#3951BC

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

Shades of Free Speech Blue #3951BC

Tints of Free Speech Blue #3951BC

Color information

#3951BC (or 0x3951BC) is unknown color: approx Free Speech Blue. HEX triplet: 39, 51 and BC. RGB value is (57,81,188). Sum of RGB (Red+Green+Blue) = 57+81+188=326 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.48% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #3951BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3951BC is #C6AE43. Grayscale: #555555. Windows color (decimal): -13020740 or 12341561. OLE color: 12341561.

HSL color Cylindrical-coordinate representation of color #3951BC: hue angle of 229.01º degrees, saturation: 0.53, 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 #3951BC is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5781188-
CMYK0.700.5700.26
HSL229.01º53.47%48.04%-
HSV(B)229.01º69.68%73.73%-
XYZ13.7110.3948.86-
YUV86.02185.55107.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.48%
GREEN value IS 81 (32.03% from 255) = 24.85%
BLUE value IS 188 (73.83% from 255) = 57.67%
R=17.48%
G=24.85%
B=57.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal57811880.700.5700.26229.0153.4748.04
Hex3951BC463901Ae53530
Octal71121274106710323456560
Binary111001101000110111100100011011100101101011100101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3951BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3951BC; }

 p { color: rgb(57,81,188); }

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

<style>
 a { background-color: #3951BC; }

 a { background-color: rgb(57,81,188); }

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

<style>
 span { border-color: #3951BC; }

 span { border-color: rgb(57,81,188); }

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