Color Hex Logo

#30289c Color Hex

#30289C
(48,40,156)
0 Favorites   0 Comments

Color spaces of #30289c

RGB 4840156
HSL0.680.590.38
HSV244°74°61°
CMYK 0.690.740.00   0.39
XYZ7.97854.546331.9095
Yxy4.54630.17960.1023
Hunter Lab21.322129.4793-73.8050
CIE-Lab25.401040.4736-61.4654

#30289c color RGB value is (48,40,156).

#30289c hex color red value is 48, green value is 40 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #30289c hue: 0.68 , saturation: 0.59 and the lightness value of 30289c is 0.38.

The process color (four color CMYK) of #30289c color hex is 0.69, 0.74, 0.00, 0.39. Web safe color of #30289c is #333399. Color #30289c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00101000 10011100
Octal 60 50 234
Decimal 48 40 156
Hex 30 28 9C

RGB Percentages of Color #30289c

%19.67
%16.39
%63.93

CMYK Percentages of Color #30289c

%69
%74
%0
%39

Triadic Colors of #30289c

#30289c #9c3028 #289c30

Analogous Colors of #30289c

#30289c #6a289c #285a9c

Monochromatic Colors of #30289c

#30289c

Complementary Color

#30289c #949c28

#30289c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30289c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30289c Color CSS Codes

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

#30289c Text Font Color

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

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


#30289c Background Color

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

This div background color is #30289c


#30289c Border Color

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

This div border color is #30289c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30289c


Comments

No comments written yet.

Please login to write comment.