#396ABD

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

Shades of Free Speech Blue #396ABD

Tints of Free Speech Blue #396ABD

Color information

#396ABD (or 0x396ABD) is unknown color: approx Free Speech Blue. HEX triplet: 39, 6A and BD. RGB value is (57,106,189). Sum of RGB (Red+Green+Blue) = 57+106+189=352 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.19% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #396ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396ABD is #C69542. Grayscale: #646464. Windows color (decimal): -13014339 or 12413497. OLE color: 12413497.

HSL color Cylindrical-coordinate representation of color #396ABD: hue angle of 217.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #396ABD is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB57106189-
CMYK0.700.4400.26
HSL217.73º53.66%48.24%-
HSV(B)217.73º69.84%74.12%-
XYZ16.0314.8550.17-
YUV100.81177.7796.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.19%
GREEN value IS 106 (41.80% from 255) = 30.11%
BLUE value IS 189 (74.22% from 255) = 53.69%
R=16.19%
G=30.11%
B=53.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal571061890.700.4400.26217.7353.6648.24
Hex396ABD462C01Ada3630
Octal71152275106540323326660
Binary111001110101010111101100011010110001101011011010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396ABD; }

 p { color: rgb(57,106,189); }

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

<style>
 a { background-color: #396ABD; }

 a { background-color: rgb(57,106,189); }

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

<style>
 span { border-color: #396ABD; }

 span { border-color: rgb(57,106,189); }

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