Color Hex Logo

#3034ca Color Hex

#3034CA
(48,52,202)
0 Favorites   0 Comments

Color spaces of #3034ca

RGB 4852202
HSL0.660.620.49
HSV238°76°79°
CMYK 0.760.740.00   0.21
XYZ13.10767.348656.6047
Yxy7.34860.17010.0954
Hunter Lab27.108338.8701-104.8273
CIE-Lab32.587748.8944-77.0435

#3034ca color RGB value is (48,52,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00110100 11001010
Octal 60 64 312
Decimal 48 52 202
Hex 30 34 CA

RGB Percentages of Color #3034ca

%15.89
%17.22
%66.89

CMYK Percentages of Color #3034ca

%76
%74
%0
%21

Triadic Colors of #3034ca

#3034ca #ca3034 #34ca30

Analogous Colors of #3034ca

#3034ca #7930ca #3081ca

Monochromatic Colors of #3034ca

#3034ca

Complementary Color

#3034ca #cac630

#3034ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3034ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3034ca Color CSS Codes

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

#3034ca Text Font Color

<p style="color:#3034ca">Text here</p>

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


#3034ca Background Color

<div style="background-color:#3034ca">
Div content here</div>

This div background color is #3034ca


#3034ca Border Color

<div style="border:3px solid #3034ca">
Div here</div>

This div border color is #3034ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3034ca


Comments

No comments written yet.

Please login to write comment.