Color Hex Logo

#306dae Color Hex

#306DAE
(48,109,174)
0 Favorites   0 Comments

Color spaces of #306dae

RGB 48109174
HSL0.590.570.44
HSV211°72°68°
CMYK 0.720.370.00   0.32
XYZ14.327514.621642.1115
Yxy14.62160.20160.2058
Hunter Lab38.2382-0.0346-38.5290
CIE-Lab45.11152.6899-40.3523

#306dae color RGB value is (48,109,174).

#306dae hex color red value is 48, green value is 109 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #306dae hue: 0.59 , saturation: 0.57 and the lightness value of 306dae is 0.44.

The process color (four color CMYK) of #306dae color hex is 0.72, 0.37, 0.00, 0.32. Web safe color of #306dae is #336699. Color #306dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101101 10101110
Octal 60 155 256
Decimal 48 109 174
Hex 30 6D AE

RGB Percentages of Color #306dae

%14.50
%32.93
%52.57

CMYK Percentages of Color #306dae

%72
%37
%0
%32

Triadic Colors of #306dae

#306dae #ae306d #6dae30

Analogous Colors of #306dae

#306dae #3230ae #30acae

Monochromatic Colors of #306dae

#306dae

Complementary Color

#306dae #ae7130

#306dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#306dae Color CSS Codes

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

#306dae Text Font Color

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

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


#306dae Background Color

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

This div background color is #306dae


#306dae Border Color

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

This div border color is #306dae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,109,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #306dae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #306dae;
  -webkit-box-shadow: 1px 1px 3px 2px #306dae;
  box-shadow:         1px 1px 3px 2px #306dae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306dae


Comments

No comments written yet.

Please login to write comment.