Color Hex Logo

#3375ce Color Hex

#3375CE
(51,117,206)
0 Favorites   0 Comments

Color spaces of #3375ce

RGB 51117206
HSL0.600.610.50
HSV214°75°81°
CMYK 0.750.430.00   0.19
XYZ18.867117.882660.8498
Yxy17.88260.19330.1832
Hunter Lab42.28785.6357-55.7135
CIE-Lab49.35349.9746-52.0607

#3375ce color RGB value is (51,117,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01110101 11001110
Octal 63 165 316
Decimal 51 117 206
Hex 33 75 CE

RGB Percentages of Color #3375ce

%13.64
%31.28
%55.08

CMYK Percentages of Color #3375ce

%75
%43
%0
%19

Triadic Colors of #3375ce

#3375ce #ce3375 #75ce33

Analogous Colors of #3375ce

#3375ce #3e33ce #33c3ce

Monochromatic Colors of #3375ce

#3375ce

Complementary Color

#3375ce #ce8c33

#3375ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3375ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3375ce Color CSS Codes

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

#3375ce Text Font Color

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

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


#3375ce Background Color

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

This div background color is #3375ce


#3375ce Border Color

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

This div border color is #3375ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3375ce


Comments

No comments written yet.

Please login to write comment.