Color Hex Logo

#3356ca Color Hex

#3356CA
(51,86,202)
0 Favorites   0 Comments

Color spaces of #3356ca

RGB 5186202
HSL0.630.600.50
HSV226°75°79°
CMYK 0.750.570.00   0.21
XYZ15.353711.623757.3115
Yxy11.62370.18220.1379
Hunter Lab34.093520.7220-75.8014
CIE-Lab40.611728.2928-63.8756

#3356ca color RGB value is (51,86,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01010110 11001010
Octal 63 126 312
Decimal 51 86 202
Hex 33 56 CA

RGB Percentages of Color #3356ca

%15.04
%25.37
%59.59

CMYK Percentages of Color #3356ca

%75
%57
%0
%21

Triadic Colors of #3356ca

#3356ca #ca3356 #56ca33

Analogous Colors of #3356ca

#3356ca #5c33ca #33a2ca

Monochromatic Colors of #3356ca

#3356ca

Complementary Color

#3356ca #caa733

#3356ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3356ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3356ca Color CSS Codes

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

#3356ca Text Font Color

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

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


#3356ca Background Color

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

This div background color is #3356ca


#3356ca Border Color

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

This div border color is #3356ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3356ca


Comments

No comments written yet.

Please login to write comment.