#3362CE

Color #3362CE Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3362CE

Tints of Free Speech Blue #3362CE

Color information

#3362CE (or 0x3362CE) is unknown color: approx Free Speech Blue. HEX triplet: 33, 62 and CE. RGB value is (51,98,206). Sum of RGB (Red+Green+Blue) = 51+98+206=355 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.37% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #3362CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3362CE is #CC9D31. Grayscale: #5F5F5F. Windows color (decimal): -13409586 or 13525555. OLE color: 13525555.

HSL color Cylindrical-coordinate representation of color #3362CE: hue angle of 221.81º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3362CE is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5198206-
CMYK0.750.5200.19
HSL221.81º61.26%50.39%-
HSV(B)221.81º75.24%80.78%-
XYZ16.8713.960.19-
YUV96.26189.9395.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 14.37%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 206 (80.86% from 255) = 58.03%
R=14.37%
G=27.61%
B=58.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal51982060.750.5200.19221.8161.2650.39
Hex3362CE4B34013de3d32
Octal63142316113640233367562
Binary110011110001011001110100101111010001001111011110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3362CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3362CE; }

 p { color: rgb(51,98,206); }

 H1.HeaderClassName
 {
   color: #3362CE;
 }
 .AnyTagClassName
 {
   color: #3362CE;
 }
</style>
background-color css

<style>
 a { background-color: #3362CE; }

 a { background-color: rgb(51,98,206); }

 div.DivClassName
 {
   background-color: #3362CE;
 }
 .BgClassName
 {
   background-color: #3362CE;
 }
</style>
border-color css

<style>
 span { border-color: #3362CE; }

 span { border-color: rgb(51,98,206); }

 td.TdClassName
 {
   border-color: #3362CE;
 }
 .TagClassName
 {
   border-color: #3362CE;
 }
</style>