#3961BD

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

Shades of Free Speech Blue #3961BD

Tints of Free Speech Blue #3961BD

Color information

#3961BD (or 0x3961BD) is unknown color: approx Free Speech Blue. HEX triplet: 39, 61 and BD. RGB value is (57,97,189). Sum of RGB (Red+Green+Blue) = 57+97+189=343 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.62% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #3961BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3961BD is #C69E42. Grayscale: #5F5F5F. Windows color (decimal): -13016643 or 12411193. OLE color: 12411193.

HSL color Cylindrical-coordinate representation of color #3961BD: hue angle of 221.82º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3961BD is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5797189-
CMYK0.700.4900.26
HSL221.82º53.66%48.24%-
HSV(B)221.82º69.84%74.12%-
XYZ15.1513.0949.87-
YUV95.53180.75100.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.62%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 189 (74.22% from 255) = 55.10%
R=16.62%
G=28.28%
B=55.10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal57971890.700.4900.26221.8253.6648.24
Hex3961BD463101Ade3630
Octal71141275106610323366660
Binary111001110000110111101100011011000101101011011110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3961BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3961BD; }

 p { color: rgb(57,97,189); }

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

<style>
 a { background-color: #3961BD; }

 a { background-color: rgb(57,97,189); }

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

<style>
 span { border-color: #3961BD; }

 span { border-color: rgb(57,97,189); }

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