#3363CE

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

Shades of Free Speech Blue #3363CE

Tints of Free Speech Blue #3363CE

Color information

#3363CE (or 0x3363CE) is unknown color: approx Free Speech Blue. HEX triplet: 33, 63 and CE. RGB value is (51,99,206). Sum of RGB (Red+Green+Blue) = 51+99+206=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #3363CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3363CE is #CC9C31. Grayscale: #606060. Windows color (decimal): -13409330 or 13525811. OLE color: 13525811.

HSL color Cylindrical-coordinate representation of color #3363CE: hue angle of 221.42º 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 #3363CE is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5199206-
CMYK0.750.5200.19
HSL221.42º61.26%50.39%-
HSV(B)221.42º75.24%80.78%-
XYZ16.9714.0860.22-
YUV96.85189.695.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.33%
GREEN value IS 99 (39.06% from 255) = 27.81%
BLUE value IS 206 (80.86% from 255) = 57.87%
R=14.33%
G=27.81%
B=57.87%

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
Decimal51992060.750.5200.19221.4261.2650.39
Hex3363CE4B34013dd3d32
Octal63143316113640233357562
Binary110011110001111001110100101111010001001111011101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3363CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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