#3663ce

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

Shades of Free Speech Blue #3663CE

Tints of Free Speech Blue #3663CE

Color information

#3663CE (or 0x3663CE) is unknown color: approx Free Speech Blue. HEX triplet: 36, 63 and CE. RGB value is (54,99,206). Sum of RGB (Red+Green+Blue) = 54+99+206=359 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.04% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #3663CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3663CE is #C99C31. Grayscale: #616161. Windows color (decimal): -13212722 or 13525814. OLE color: 13525814.

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

Color convert

RGB5499206-
CMYK0.740.5200.19
HSL222.24º60.8%50.98%-
HSV(B)222.24º73.79%80.78%-
XYZ17.1214.1660.22-
YUV97.74189.0996.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.04%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 206 (80.86% from 255) = 57.38%
R=15.04%
G=27.58%
B=57.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal54992060.740.5200.19222.2460.850.98
Hex3663CE4A34013de3d33
Octal66143316112640233367563
Binary110110110001111001110100101011010001001111011110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3663ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3663ce; }

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

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

<style>
 a { background-color: #3663ce; }

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

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

<style>
 span { border-color: #3663ce; }

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

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