Color Hex Logo

#306e99 Color Hex

#306E99
(48,110,153)
0 Favorites   0 Comments

Color spaces of #306e99

RGB 48110153
HSL0.570.520.39
HSV205°69°60°
CMYK 0.690.280.00   0.40
XYZ12.544614.080132.1936
Yxy14.08010.21330.2394
Hunter Lab37.5235-5.9911-24.6020
CIE-Lab44.3476-5.5476-29.1920

#306e99 color RGB value is (48,110,153).

#306e99 hex color red value is 48, green value is 110 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #306e99 hue: 0.57 , saturation: 0.52 and the lightness value of 306e99 is 0.39.

The process color (four color CMYK) of #306e99 color hex is 0.69, 0.28, 0.00, 0.40. Web safe color of #306e99 is #336699. Color #306e99 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101110 10011001
Octal 60 156 231
Decimal 48 110 153
Hex 30 6E 99

RGB Percentages of Color #306e99

%15.43
%35.37
%49.20

CMYK Percentages of Color #306e99

%69
%28
%0
%40

Triadic Colors of #306e99

#306e99 #99306e #6e9930

Analogous Colors of #306e99

#306e99 #303999 #309990

Monochromatic Colors of #306e99

#306e99

Complementary Color

#306e99 #995b30

#306e99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306e99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#306e99 Color CSS Codes

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

#306e99 Text Font Color

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

This sample text font color is #306e99
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.


#306e99 Background Color

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

This div background color is #306e99


#306e99 Border Color

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

This div border color is #306e99


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,110,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #306e99; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #306e99;
  -webkit-box-shadow: 1px 1px 3px 2px #306e99;
  box-shadow:         1px 1px 3px 2px #306e99; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306e99


Comments

No comments written yet.

Please login to write comment.