Color Hex Logo

#304ccc Color Hex

#304CCC
(48,76,204)
0 Favorites   0 Comments

Color spaces of #304ccc

RGB 4876204
HSL0.640.620.49
HSV229°76°80°
CMYK 0.760.630.00   0.20
XYZ14.702410.156958.3123
Yxy10.15690.17680.1221
Hunter Lab31.869926.5743-86.1739
CIE-Lab38.122635.1156-69.1017

#304ccc color RGB value is (48,76,204).

#304ccc hex color red value is 48, green value is 76 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #304ccc hue: 0.64 , saturation: 0.62 and the lightness value of 304ccc is 0.49.

The process color (four color CMYK) of #304ccc color hex is 0.76, 0.63, 0.00, 0.20. Web safe color of #304ccc is #3333cc. Color #304ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001100 11001100
Octal 60 114 314
Decimal 48 76 204
Hex 30 4C CC

RGB Percentages of Color #304ccc

%14.63
%23.17
%62.20

CMYK Percentages of Color #304ccc

%76
%63
%0
%20

Triadic Colors of #304ccc

#304ccc #cc304c #4ccc30

Analogous Colors of #304ccc

#304ccc #6230cc #309acc

Monochromatic Colors of #304ccc

#304ccc

Complementary Color

#304ccc #ccb030

#304ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#304ccc Color CSS Codes

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

#304ccc Text Font Color

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

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


#304ccc Background Color

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

This div background color is #304ccc


#304ccc Border Color

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

This div border color is #304ccc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,76,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #304ccc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #304ccc;
  -webkit-box-shadow: 1px 1px 3px 2px #304ccc;
  box-shadow:         1px 1px 3px 2px #304ccc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304ccc


Comments

No comments written yet.

Please login to write comment.