Color Hex Logo

#335ccb Color Hex

#335CCB
(51,92,203)
0 Favorites   0 Comments

Color spaces of #335ccb

RGB 5192203
HSL0.620.600.50
HSV224°75°80°
CMYK 0.750.550.00   0.20
XYZ15.971912.669958.1036
Yxy12.66990.18410.1461
Hunter Lab35.594817.8046-71.8664
CIE-Lab42.261624.7879-61.7714

#335ccb color RGB value is (51,92,203).

#335ccb hex color red value is 51, green value is 92 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #335ccb hue: 0.62 , saturation: 0.60 and the lightness value of 335ccb is 0.50.

The process color (four color CMYK) of #335ccb color hex is 0.75, 0.55, 0.00, 0.20. Web safe color of #335ccb is #3366cc. Color #335ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011100 11001011
Octal 63 134 313
Decimal 51 92 203
Hex 33 5C CB

RGB Percentages of Color #335ccb

%14.74
%26.59
%58.67

CMYK Percentages of Color #335ccb

%75
%55
%0
%20

Triadic Colors of #335ccb

#335ccb #cb335c #5ccb33

Analogous Colors of #335ccb

#335ccb #5633cb #33a8cb

Monochromatic Colors of #335ccb

#335ccb

Complementary Color

#335ccb #cba233

#335ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#335ccb Color CSS Codes

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

#335ccb Text Font Color

<p style="color:#335ccb">Text here</p>

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


#335ccb Background Color

<div style="background-color:#335ccb">
Div content here</div>

This div background color is #335ccb


#335ccb Border Color

<div style="border:3px solid #335ccb">
Div here</div>

This div border color is #335ccb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,92,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #335ccb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #335ccb;
  -webkit-box-shadow: 1px 1px 3px 2px #335ccb;
  box-shadow:         1px 1px 3px 2px #335ccb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,92,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335ccb


Comments

No comments written yet.

Please login to write comment.