#3960BA

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

Shades of Free Speech Blue #3960BA

Tints of Free Speech Blue #3960BA

Color information

#3960BA (or 0x3960BA) is unknown color: approx Free Speech Blue. HEX triplet: 39, 60 and BA. RGB value is (57,96,186). Sum of RGB (Red+Green+Blue) = 57+96+186=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #3960BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3960BA is #C69F45. Grayscale: #5E5E5E. Windows color (decimal): -13016902 or 12214329. OLE color: 12214329.

HSL color Cylindrical-coordinate representation of color #3960BA: hue angle of 221.86º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3960BA is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5796186-
CMYK0.690.4800.27
HSL221.86º53.09%47.65%-
HSV(B)221.86º69.35%72.94%-
XYZ14.7312.7848.14-
YUV94.6179.58101.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.81%
GREEN value IS 96 (37.89% from 255) = 28.32%
BLUE value IS 186 (73.05% from 255) = 54.87%
R=16.81%
G=28.32%
B=54.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal57961860.690.4800.27221.8653.0947.65
Hex3960BA453001Bde3530
Octal71140272105600333366560
Binary111001110000010111010100010111000001101111011110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3960BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3960BA; }

 p { color: rgb(57,96,186); }

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

<style>
 a { background-color: #3960BA; }

 a { background-color: rgb(57,96,186); }

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

<style>
 span { border-color: #3960BA; }

 span { border-color: rgb(57,96,186); }

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