#3964cb

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

Shades of Free Speech Blue #3964CB

Tints of Free Speech Blue #3964CB

Color information

#3964CB (or 0x3964CB) is unknown color: approx Free Speech Blue. HEX triplet: 39, 64 and CB. RGB value is (57,100,203). Sum of RGB (Red+Green+Blue) = 57+100+203=360 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.83% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #3964CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3964CB is #C69B34. Grayscale: #626262. Windows color (decimal): -13015861 or 13329465. OLE color: 13329465.

HSL color Cylindrical-coordinate representation of color #3964CB: hue angle of 222.33º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3964CB is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB57100203-
CMYK0.720.5100.20
HSL222.33º58.4%50.98%-
HSV(B)222.33º71.92%79.61%-
XYZ17.0214.358.36-
YUV98.88186.7598.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.83%
GREEN value IS 100 (39.45% from 255) = 27.78%
BLUE value IS 203 (79.69% from 255) = 56.39%
R=15.83%
G=27.78%
B=56.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal571002030.720.5100.20222.3358.450.98
Hex3964CB4833014de3a33
Octal71144313110630243367263
Binary111001110010011001011100100011001101010011011110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3964cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3964cb; }

 p { color: rgb(57,100,203); }

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

<style>
 a { background-color: #3964cb; }

 a { background-color: rgb(57,100,203); }

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

<style>
 span { border-color: #3964cb; }

 span { border-color: rgb(57,100,203); }

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