#3957D4

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

Shades of Free Speech Blue #3957D4

Tints of Free Speech Blue #3957D4

Color information

#3957D4 (or 0x3957D4) is unknown color: approx Free Speech Blue. HEX triplet: 39, 57 and D4. RGB value is (57,87,212). Sum of RGB (Red+Green+Blue) = 57+87+212=356 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.01% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 212 (83.20% from 255 or 59.55% from 356); Max value from RGB is 212 - color contains mainly: blue. Hex color #3957D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3957D4 is #C6A82B. Grayscale: #5B5B5B. Windows color (decimal): -13019180 or 13915961. OLE color: 13915961.

HSL color Cylindrical-coordinate representation of color #3957D4: hue angle of 228.39º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3957D4 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB5787212-
CMYK0.730.5900.17
HSL228.39º64.32%52.75%-
HSV(B)228.39º73.11%83.14%-
XYZ16.9812.4463.79-
YUV92.28195.56102.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.01%
GREEN value IS 87 (34.38% from 255) = 24.44%
BLUE value IS 212 (83.20% from 255) = 59.55%
R=16.01%
G=24.44%
B=59.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal57872120.730.5900.17228.3964.3252.75
Hex3957D4493B011e44035
Octal711273241117302134410065
Binary1110011010111110101001001001111011010001111001001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3957D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3957D4; }

 p { color: rgb(57,87,212); }

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

<style>
 a { background-color: #3957D4; }

 a { background-color: rgb(57,87,212); }

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

<style>
 span { border-color: #3957D4; }

 span { border-color: rgb(57,87,212); }

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