Color Hex Logo

#306599 Color Hex

#306599
(48,101,153)
0 Favorites   0 Comments

Color spaces of #306599

RGB 48101153
HSL0.580.520.39
HSV210°69°60°
CMYK 0.690.340.00   0.40
XYZ11.622412.235631.8861
Yxy12.23560.20850.2195
Hunter Lab34.9794-1.9049-29.5612
CIE-Lab41.5881-0.0510-33.5241

#306599 color RGB value is (48,101,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100101 10011001
Octal 60 145 231
Decimal 48 101 153
Hex 30 65 99

RGB Percentages of Color #306599

%15.89
%33.44
%50.66

CMYK Percentages of Color #306599

%69
%34
%0
%40

Triadic Colors of #306599

#306599 #993065 #659930

Analogous Colors of #306599

#306599 #303099 #309999

Monochromatic Colors of #306599

#306599

Complementary Color

#306599 #996430

#306599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#306599 Color CSS Codes

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

#306599 Text Font Color

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

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


#306599 Background Color

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

This div background color is #306599


#306599 Border Color

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

This div border color is #306599


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,101,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 #306599">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306599


Comments

No comments written yet.

Please login to write comment.