#396DC6

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

Shades of Free Speech Blue #396DC6

Tints of Free Speech Blue #396DC6

Color information

#396DC6 (or 0x396DC6) is unknown color: approx Free Speech Blue. HEX triplet: 39, 6D and C6. RGB value is (57,109,198). Sum of RGB (Red+Green+Blue) = 57+109+198=364 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.66% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 198 (77.73% from 255 or 54.40% from 364); Max value from RGB is 198 - color contains mainly: blue. Hex color #396DC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396DC6 is #C69239. Grayscale: #676767. Windows color (decimal): -13013562 or 13004089. OLE color: 13004089.

HSL color Cylindrical-coordinate representation of color #396DC6: hue angle of 217.87º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #396DC6 is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB57109198-
CMYK0.710.4500.22
HSL217.87º55.29%50%-
HSV(B)217.87º71.21%77.65%-
XYZ17.3515.8855.58-
YUV103.6181.2794.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.66%
GREEN value IS 109 (42.97% from 255) = 29.95%
BLUE value IS 198 (77.73% from 255) = 54.40%
R=15.66%
G=29.95%
B=54.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal571091980.710.4500.22217.8755.2950
Hex396DC6472D016da3732
Octal71155306107550263326762
Binary111001110110111000110100011110110101011011011010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,109,198); }

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

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

 a { background-color: rgb(57,109,198); }

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

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

 span { border-color: rgb(57,109,198); }

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