#3964CA

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

Shades of Free Speech Blue #3964CA

Tints of Free Speech Blue #3964CA

Color information

#3964CA (or 0x3964CA) is unknown color: approx Free Speech Blue. HEX triplet: 39, 64 and CA. RGB value is (57,100,202). Sum of RGB (Red+Green+Blue) = 57+100+202=359 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.88% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #3964CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3964CA is #C69B35. Grayscale: #626262. Windows color (decimal): -13015862 or 13263929. OLE color: 13263929.

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

Color convert

RGB57100202-
CMYK0.720.5000.21
HSL222.21º57.77%50.78%-
HSV(B)222.21º71.78%79.22%-
XYZ16.9114.2557.74-
YUV98.77186.2598.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.88%
GREEN value IS 100 (39.45% from 255) = 27.86%
BLUE value IS 202 (79.30% from 255) = 56.27%
R=15.88%
G=27.86%
B=56.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal571002020.720.5000.21222.2157.7750.78
Hex3964CA4832015de3a33
Octal71144312110620253367263
Binary111001110010011001010100100011001001010111011110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3964CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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