#396CC1

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

Shades of Free Speech Blue #396CC1

Tints of Free Speech Blue #396CC1

Color information

#396CC1 (or 0x396CC1) is unknown color: approx Free Speech Blue. HEX triplet: 39, 6C and C1. RGB value is (57,108,193). Sum of RGB (Red+Green+Blue) = 57+108+193=358 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.92% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 193 (75.78% from 255 or 53.91% from 358); Max value from RGB is 193 - color contains mainly: blue. Hex color #396CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396CC1 is #C6933E. Grayscale: #666666. Windows color (decimal): -13013823 or 12676153. OLE color: 12676153.

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

Color convert

RGB57108193-
CMYK0.700.4400.24
HSL217.5º54.4%49.02%-
HSV(B)217.5º70.47%75.69%-
XYZ16.6815.4552.55-
YUV102.44179.195.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.92%
GREEN value IS 108 (42.58% from 255) = 30.17%
BLUE value IS 193 (75.78% from 255) = 53.91%
R=15.92%
G=30.17%
B=53.91%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal571081930.700.4400.24217.554.449.02
Hex396CC1462C018da3631
Octal71154301106540303326661
Binary111001110110011000001100011010110001100011011010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,108,193); }

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

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

 a { background-color: rgb(57,108,193); }

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

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

 span { border-color: rgb(57,108,193); }

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