Color Hex Logo

#304cca Color Hex

#304CCA
(48,76,202)
0 Favorites   0 Comments

Color spaces of #304cca

RGB 4876202
HSL0.640.620.49
HSV229°76°79°
CMYK 0.760.620.00   0.21
XYZ14.464010.061557.0568
Yxy10.06150.17730.1233
Hunter Lab31.719925.8848-84.4453
CIE-Lab37.952634.3897-68.2207

#304cca color RGB value is (48,76,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001100 11001010
Octal 60 114 312
Decimal 48 76 202
Hex 30 4C CA

RGB Percentages of Color #304cca

%14.72
%23.31
%61.96

CMYK Percentages of Color #304cca

%76
%62
%0
%21

Triadic Colors of #304cca

#304cca #ca304c #4cca30

Analogous Colors of #304cca

#304cca #6130ca #3099ca

Monochromatic Colors of #304cca

#304cca

Complementary Color

#304cca #caae30

#304cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#304cca Color CSS Codes

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

#304cca Text Font Color

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

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


#304cca Background Color

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

This div background color is #304cca


#304cca Border Color

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

This div border color is #304cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304cca


Comments

No comments written yet.

Please login to write comment.