Color Hex Logo

#305863 Color Hex

#305863
(48,88,99)
0 Favorites   0 Comments

Color spaces of #305863

RGB 488899
HSL0.540.350.29
HSV193°52°39°
CMYK 0.520.110.00   0.61
XYZ6.96088.508713.0798
Yxy8.50870.24380.2980
Hunter Lab29.1697-8.4512-6.1671
CIE-Lab35.0206-10.7252-10.7167

#305863 color RGB value is (48,88,99).

#305863 hex color red value is 48, green value is 88 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #305863 hue: 0.54 , saturation: 0.35 and the lightness value of 305863 is 0.29.

The process color (four color CMYK) of #305863 color hex is 0.52, 0.11, 0.00, 0.61. Web safe color of #305863 is #336666. Color #305863 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011000 01100011
Octal 60 130 143
Decimal 48 88 99
Hex 30 58 63

RGB Percentages of Color #305863

%20.43
%37.45
%42.13

CMYK Percentages of Color #305863

%52
%11
%0
%61

Triadic Colors of #305863

#305863 #633058 #586330

Analogous Colors of #305863

#305863 #303f63 #306355

Monochromatic Colors of #305863

#305863

Complementary Color

#305863 #633b30

#305863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#305863 Color CSS Codes

.mybgcolor {background-color:#305863; } 
.myforecolor {color:#305863; }
.mybordercolor {border:3px solid #305863; }

#305863 Text Font Color

<p style="color:#305863">Text here</p>

This sample text font color is #305863
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#305863 Background Color

<div style="background-color:#305863">
Div content here</div>

This div background color is #305863


#305863 Border Color

<div style="border:3px solid #305863">
Div here</div>

This div border color is #305863


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,88,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #305863; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #305863;
  -webkit-box-shadow: 1px 1px 3px 2px #305863;
  box-shadow:         1px 1px 3px 2px #305863; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,88,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #305863">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #305863;
  -webkit-box-shadow: 1px 1px 3px 2px #305863;
  box-shadow:         1px 1px 3px 2px #305863;">
Div content here</div>

This div box has shadow with color #305863


Comments

No comments written yet.

Please login to write comment.