Color Hex Logo

#3375cd Color Hex

#3375CD
(51,117,205)
0 Favorites   0 Comments

Color spaces of #3375cd

RGB 51117205
HSL0.600.610.50
HSV214°75°80°
CMYK 0.750.430.00   0.20
XYZ18.746017.834260.2119
Yxy17.83420.19370.1843
Hunter Lab42.23065.3321-54.9737
CIE-Lab49.29449.6036-51.5848

#3375cd color RGB value is (51,117,205).

#3375cd hex color red value is 51, green value is 117 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #3375cd hue: 0.60 , saturation: 0.61 and the lightness value of 3375cd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01110101 11001101
Octal 63 165 315
Decimal 51 117 205
Hex 33 75 CD

RGB Percentages of Color #3375cd

%13.67
%31.37
%54.96

CMYK Percentages of Color #3375cd

%75
%43
%0
%20

Triadic Colors of #3375cd

#3375cd #cd3375 #75cd33

Analogous Colors of #3375cd

#3375cd #3e33cd #33c2cd

Monochromatic Colors of #3375cd

#3375cd

Complementary Color

#3375cd #cd8b33

#3375cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3375cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3375cd Color CSS Codes

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

#3375cd Text Font Color

<p style="color:#3375cd">Text here</p>

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


#3375cd Background Color

<div style="background-color:#3375cd">
Div content here</div>

This div background color is #3375cd


#3375cd Border Color

<div style="border:3px solid #3375cd">
Div here</div>

This div border color is #3375cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,117,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3375cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3375cd;
  -webkit-box-shadow: 1px 1px 3px 2px #3375cd;
  box-shadow:         1px 1px 3px 2px #3375cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3375cd


Comments

No comments written yet.

Please login to write comment.