Color Hex Logo

#306896 Color Hex

#306896
(48,104,150)
0 Favorites   0 Comments

Color spaces of #306896

RGB 48104150
HSL0.580.520.39
HSV207°68°59°
CMYK 0.680.310.00   0.41
XYZ11.674312.731030.6962
Yxy12.73100.21190.2310
Hunter Lab35.6805-4.0376-26.0312
CIE-Lab42.3551-2.9880-30.5287

#306896 color RGB value is (48,104,150).

#306896 hex color red value is 48, green value is 104 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #306896 hue: 0.58 , saturation: 0.52 and the lightness value of 306896 is 0.39.

The process color (four color CMYK) of #306896 color hex is 0.68, 0.31, 0.00, 0.41. Web safe color of #306896 is #336699. Color #306896 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101000 10010110
Octal 60 150 226
Decimal 48 104 150
Hex 30 68 96

RGB Percentages of Color #306896

%15.89
%34.44
%49.67

CMYK Percentages of Color #306896

%68
%31
%0
%41

Triadic Colors of #306896

#306896 #963068 #689630

Analogous Colors of #306896

#306896 #303596 #309691

Monochromatic Colors of #306896

#306896

Complementary Color

#306896 #965e30

#306896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#306896 Color CSS Codes

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

#306896 Text Font Color

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

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


#306896 Background Color

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

This div background color is #306896


#306896 Border Color

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

This div border color is #306896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306896


Comments

No comments written yet.

Please login to write comment.