Color Hex Logo

#30669c Color Hex

#30669C
(48,102,156)
0 Favorites   0 Comments

Color spaces of #30669c

RGB 48102156
HSL0.580.530.40
HSV210°69°61°
CMYK 0.690.350.00   0.39
XYZ11.971012.531433.2404
Yxy12.53140.20730.2170
Hunter Lab35.3997-1.5868-30.8936
CIE-Lab42.04850.4214-34.5846

#30669c color RGB value is (48,102,156).

#30669c hex color red value is 48, green value is 102 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #30669c hue: 0.58 , saturation: 0.53 and the lightness value of 30669c is 0.40.

The process color (four color CMYK) of #30669c color hex is 0.69, 0.35, 0.00, 0.39. Web safe color of #30669c is #336699. Color #30669c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100110 10011100
Octal 60 146 234
Decimal 48 102 156
Hex 30 66 9C

RGB Percentages of Color #30669c

%15.69
%33.33
%50.98

CMYK Percentages of Color #30669c

%69
%35
%0
%39

Triadic Colors of #30669c

#30669c #9c3066 #669c30

Analogous Colors of #30669c

#30669c #30309c #309c9c

Monochromatic Colors of #30669c

#30669c

Complementary Color

#30669c #9c6630

#30669c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30669c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30669c Color CSS Codes

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

#30669c Text Font Color

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

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


#30669c Background Color

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

This div background color is #30669c


#30669c Border Color

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

This div border color is #30669c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,102,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30669c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30669c;
  -webkit-box-shadow: 1px 1px 3px 2px #30669c;
  box-shadow:         1px 1px 3px 2px #30669c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30669c


Comments

No comments written yet.

Please login to write comment.