Color Hex Logo

#306887 Color Hex

#306887
(48,104,135)
0 Favorites   0 Comments

Color spaces of #306887

RGB 48104135
HSL0.560.480.36
HSV201°64°53°
CMYK 0.640.230.00   0.47
XYZ10.542412.278324.7360
Yxy12.27830.22170.2582
Hunter Lab35.0404-7.6165-17.3262
CIE-Lab41.6551-8.2778-22.6303

#306887 color RGB value is (48,104,135).

#306887 hex color red value is 48, green value is 104 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #306887 hue: 0.56 , saturation: 0.48 and the lightness value of 306887 is 0.36.

The process color (four color CMYK) of #306887 color hex is 0.64, 0.23, 0.00, 0.47. Web safe color of #306887 is #336699. Color #306887 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101000 10000111
Octal 60 150 207
Decimal 48 104 135
Hex 30 68 87

RGB Percentages of Color #306887

%16.72
%36.24
%47.04

CMYK Percentages of Color #306887

%64
%23
%0
%47

Triadic Colors of #306887

#306887 #873068 #688730

Analogous Colors of #306887

#306887 #303c87 #30877b

Monochromatic Colors of #306887

#306887

Complementary Color

#306887 #874f30

#306887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#306887 Color CSS Codes

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

#306887 Text Font Color

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

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


#306887 Background Color

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

This div background color is #306887


#306887 Border Color

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

This div border color is #306887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306887


Comments

No comments written yet.

Please login to write comment.