Color Hex Logo

#3390ca Color Hex

#3390CA
(51,144,202)
0 Favorites   0 Comments

Color spaces of #3390ca

RGB 51144202
HSL0.560.600.50
HSV203°75°79°
CMYK 0.750.290.00   0.21
XYZ21.999224.914659.5266
Yxy24.91460.20670.2341
Hunter Lab49.9145-8.6788-35.7673
CIE-Lab56.9921-7.6298-37.6876

#3390ca color RGB value is (51,144,202).

#3390ca hex color red value is 51, green value is 144 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3390ca hue: 0.56 , saturation: 0.60 and the lightness value of 3390ca is 0.50.

The process color (four color CMYK) of #3390ca color hex is 0.75, 0.29, 0.00, 0.21. Web safe color of #3390ca is #3399cc. Color #3390ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10010000 11001010
Octal 63 220 312
Decimal 51 144 202
Hex 33 90 CA

RGB Percentages of Color #3390ca

%12.85
%36.27
%50.88

CMYK Percentages of Color #3390ca

%75
%29
%0
%21

Triadic Colors of #3390ca

#3390ca #ca3390 #90ca33

Analogous Colors of #3390ca

#3390ca #3345ca #33cab9

Monochromatic Colors of #3390ca

#3390ca

Complementary Color

#3390ca #ca6d33

#3390ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3390ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3390ca Color CSS Codes

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

#3390ca Text Font Color

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

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


#3390ca Background Color

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

This div background color is #3390ca


#3390ca Border Color

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

This div border color is #3390ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3390ca


Comments

No comments written yet.

Please login to write comment.