Color Hex Logo

#306992 Color Hex

#306992
(48,105,146)
0 Favorites   0 Comments

Color spaces of #306992

RGB 48105146
HSL0.570.510.38
HSV205°67°57°
CMYK 0.670.280.00   0.43
XYZ11.458812.806929.0622
Yxy12.80690.21490.2402
Hunter Lab35.7867-5.4716-23.0984
CIE-Lab42.4708-5.0257-27.9596

#306992 color RGB value is (48,105,146).

#306992 hex color red value is 48, green value is 105 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #306992 hue: 0.57 , saturation: 0.51 and the lightness value of 306992 is 0.38.

The process color (four color CMYK) of #306992 color hex is 0.67, 0.28, 0.00, 0.43. Web safe color of #306992 is #336699. Color #306992 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101001 10010010
Octal 60 151 222
Decimal 48 105 146
Hex 30 69 92

RGB Percentages of Color #306992

%16.05
%35.12
%48.83

CMYK Percentages of Color #306992

%67
%28
%0
%43

Triadic Colors of #306992

#306992 #923069 #699230

Analogous Colors of #306992

#306992 #303892 #30928a

Monochromatic Colors of #306992

#306992

Complementary Color

#306992 #925930

#306992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#306992 Color CSS Codes

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

#306992 Text Font Color

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

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


#306992 Background Color

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

This div background color is #306992


#306992 Border Color

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

This div border color is #306992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306992


Comments

No comments written yet.

Please login to write comment.