#3956BE

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

Shades of Free Speech Blue #3956BE

Tints of Free Speech Blue #3956BE

Color information

#3956BE (or 0x3956BE) is unknown color: approx Free Speech Blue. HEX triplet: 39, 56 and BE. RGB value is (57,86,190). Sum of RGB (Red+Green+Blue) = 57+86+190=333 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.12% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #3956BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3956BE is #C6A941. Grayscale: #585858. Windows color (decimal): -13019458 or 12473913. OLE color: 12473913.

HSL color Cylindrical-coordinate representation of color #3956BE: hue angle of 226.92º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3956BE is Cyan = 0.7, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5786190-
CMYK0.70.5500.25
HSL226.92º53.85%48.43%-
HSV(B)226.92º70%74.51%-
XYZ14.3111.2450.13-
YUV89.18184.89105.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.12%
GREEN value IS 86 (33.98% from 255) = 25.83%
BLUE value IS 190 (74.61% from 255) = 57.06%
R=17.12%
G=25.83%
B=57.06%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal57861900.70.5500.25226.9253.8548.43
Hex3956BE4637019e33630
Octal71126276106670313436660
Binary111001101011010111110100011011011101100111100011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3956BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3956BE; }

 p { color: rgb(57,86,190); }

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

<style>
 a { background-color: #3956BE; }

 a { background-color: rgb(57,86,190); }

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

<style>
 span { border-color: #3956BE; }

 span { border-color: rgb(57,86,190); }

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