#3656C3

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

Shades of Free Speech Blue #3656C3

Tints of Free Speech Blue #3656C3

Color information

#3656C3 (or 0x3656C3) is unknown color: approx Free Speech Blue. HEX triplet: 36, 56 and C3. RGB value is (54,86,195). Sum of RGB (Red+Green+Blue) = 54+86+195=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 195 (76.56% from 255 or 58.21% from 335); Max value from RGB is 195 - color contains mainly: blue. Hex color #3656C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3656C3 is #C9A93C. Grayscale: #585858. Windows color (decimal): -13216061 or 12801590. OLE color: 12801590.

HSL color Cylindrical-coordinate representation of color #3656C3: hue angle of 226.38º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3656C3 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5486195-
CMYK0.720.5600.24
HSL226.38º56.63%48.82%-
HSV(B)226.38º72.31%76.47%-
XYZ14.711.3853.05-
YUV88.86187.9103.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.12%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 195 (76.56% from 255) = 58.21%
R=16.12%
G=25.67%
B=58.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal54861950.720.5600.24226.3856.6348.82
Hex3656C34838018e23931
Octal66126303110700303427161
Binary110110101011011000011100100011100001100011100010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3656C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3656C3; }

 p { color: rgb(54,86,195); }

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

<style>
 a { background-color: #3656C3; }

 a { background-color: rgb(54,86,195); }

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

<style>
 span { border-color: #3656C3; }

 span { border-color: rgb(54,86,195); }

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