#3958D4

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

Shades of Free Speech Blue #3958D4

Tints of Free Speech Blue #3958D4

Color information

#3958D4 (or 0x3958D4) is unknown color: approx Free Speech Blue. HEX triplet: 39, 58 and D4. RGB value is (57,88,212). Sum of RGB (Red+Green+Blue) = 57+88+212=357 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.97% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 212 (83.20% from 255 or 59.38% from 357); Max value from RGB is 212 - color contains mainly: blue. Hex color #3958D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3958D4 is #C6A72B. Grayscale: #5C5C5C. Windows color (decimal): -13018924 or 13916217. OLE color: 13916217.

HSL color Cylindrical-coordinate representation of color #3958D4: hue angle of 228º 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 #3958D4 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB5788212-
CMYK0.730.5800.17
HSL228º64.32%52.75%-
HSV(B)228º73.11%83.14%-
XYZ17.0612.663.82-
YUV92.87195.23102.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.97%
GREEN value IS 88 (34.77% from 255) = 24.65%
BLUE value IS 212 (83.20% from 255) = 59.38%
R=15.97%
G=24.65%
B=59.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal57882120.730.5800.1722864.3252.75
Hex3958D4493A011e44035
Octal711303241117202134410065
Binary1110011011000110101001001001111010010001111001001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3958D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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