Color Hex Logo

#307699 Color Hex

#307699
(48,118,153)
0 Favorites   0 Comments

Color spaces of #307699

RGB 48118153
HSL0.560.520.39
HSV200°69°60°
CMYK 0.690.230.00   0.40
XYZ13.447115.885232.4944
Yxy15.88520.21750.2569
Hunter Lab39.8562-9.5243-20.4392
CIE-Lab46.8235-10.2556-25.3368

#307699 color RGB value is (48,118,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110110 10011001
Octal 60 166 231
Decimal 48 118 153
Hex 30 76 99

RGB Percentages of Color #307699

%15.05
%36.99
%47.96

CMYK Percentages of Color #307699

%69
%23
%0
%40

Triadic Colors of #307699

#307699 #993076 #769930

Analogous Colors of #307699

#307699 #304199 #309988

Monochromatic Colors of #307699

#307699

Complementary Color

#307699 #995330

#307699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307699 Color CSS Codes

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

#307699 Text Font Color

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

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


#307699 Background Color

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

This div background color is #307699


#307699 Border Color

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

This div border color is #307699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307699


Comments

No comments written yet.

Please login to write comment.