#3952BB

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

Shades of Free Speech Blue #3952BB

Tints of Free Speech Blue #3952BB

Color information

#3952BB (or 0x3952BB) is unknown color: approx Free Speech Blue. HEX triplet: 39, 52 and BB. RGB value is (57,82,187). Sum of RGB (Red+Green+Blue) = 57+82+187=326 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.48% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #3952BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3952BB is #C6AD44. Grayscale: #565656. Windows color (decimal): -13020485 or 12276281. OLE color: 12276281.

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

Color convert

RGB5782187-
CMYK0.700.5600.27
HSL228.46º53.28%47.84%-
HSV(B)228.46º69.52%73.33%-
XYZ13.6710.4948.32-
YUV86.49184.72106.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.48%
GREEN value IS 82 (32.42% from 255) = 25.15%
BLUE value IS 187 (73.44% from 255) = 57.36%
R=17.48%
G=25.15%
B=57.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal57821870.700.5600.27228.4653.2847.84
Hex3952BB463801Be43530
Octal71122273106700333446560
Binary111001101001010111011100011011100001101111100100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3952BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3952BB; }

 p { color: rgb(57,82,187); }

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

<style>
 a { background-color: #3952BB; }

 a { background-color: rgb(57,82,187); }

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

<style>
 span { border-color: #3952BB; }

 span { border-color: rgb(57,82,187); }

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