#3966CA

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

Shades of Free Speech Blue #3966CA

Tints of Free Speech Blue #3966CA

Color information

#3966CA (or 0x3966CA) is unknown color: approx Free Speech Blue. HEX triplet: 39, 66 and CA. RGB value is (57,102,202). Sum of RGB (Red+Green+Blue) = 57+102+202=361 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.79% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 202 (79.30% from 255 or 55.96% from 361); Max value from RGB is 202 - color contains mainly: blue. Hex color #3966CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3966CA is #C69935. Grayscale: #636363. Windows color (decimal): -13015350 or 13264441. OLE color: 13264441.

HSL color Cylindrical-coordinate representation of color #3966CA: hue angle of 221.38º 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 #3966CA is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB57102202-
CMYK0.720.5000.21
HSL221.38º57.77%50.78%-
HSV(B)221.38º71.78%79.22%-
XYZ17.114.6457.8-
YUV99.94185.5997.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.79%
GREEN value IS 102 (40.23% from 255) = 28.25%
BLUE value IS 202 (79.30% from 255) = 55.96%
R=15.79%
G=28.25%
B=55.96%

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
Decimal571022020.720.5000.21221.3857.7750.78
Hex3966CA4832015dd3a33
Octal71146312110620253357263
Binary111001110011011001010100100011001001010111011101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3966CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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