Color Hex Logo

#3363af Color Hex

#3363AF
(51,99,175)
0 Favorites   0 Comments

Color spaces of #3363af

RGB 5199175
HSL0.600.550.44
HSV217°71°69°
CMYK 0.710.430.00   0.31
XYZ13.564912.722642.2982
Yxy12.72260.19780.1855
Hunter Lab35.66885.4636-45.3416
CIE-Lab42.34239.8187-45.3419

#3363af color RGB value is (51,99,175).

#3363af hex color red value is 51, green value is 99 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #3363af hue: 0.60 , saturation: 0.55 and the lightness value of 3363af is 0.44.

The process color (four color CMYK) of #3363af color hex is 0.71, 0.43, 0.00, 0.31. Web safe color of #3363af is #336699. Color #3363af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01100011 10101111
Octal 63 143 257
Decimal 51 99 175
Hex 33 63 AF

RGB Percentages of Color #3363af

%15.69
%30.46
%53.85

CMYK Percentages of Color #3363af

%71
%43
%0
%31

Triadic Colors of #3363af

#3363af #af3363 #63af33

Analogous Colors of #3363af

#3363af #4133af #33a1af

Monochromatic Colors of #3363af

#3363af

Complementary Color

#3363af #af7f33

#3363af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3363af Color Preview on White Background

Lorem ipsum dolor sit amet.

#3363af Color CSS Codes

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

#3363af Text Font Color

<p style="color:#3363af">Text here</p>

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


#3363af Background Color

<div style="background-color:#3363af">
Div content here</div>

This div background color is #3363af


#3363af Border Color

<div style="border:3px solid #3363af">
Div here</div>

This div border color is #3363af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,99,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3363af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3363af;
  -webkit-box-shadow: 1px 1px 3px 2px #3363af;
  box-shadow:         1px 1px 3px 2px #3363af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3363af


Comments

No comments written yet.

Please login to write comment.