#3952DC

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

Shades of Free Speech Blue #3952DC

Tints of Free Speech Blue #3952DC

Color information

#3952DC (or 0x3952DC) is unknown color: approx Free Speech Blue. HEX triplet: 39, 52 and DC. RGB value is (57,82,220). Sum of RGB (Red+Green+Blue) = 57+82+220=359 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.88% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #3952DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3952DC is #C6AD23. Grayscale: #595959. Windows color (decimal): -13020452 or 14438969. OLE color: 14438969.

HSL color Cylindrical-coordinate representation of color #3952DC: hue angle of 230.8º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3952DC is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5782220-
CMYK0.740.6300.14
HSL230.8º69.96%54.31%-
HSV(B)230.8º74.09%86.27%-
XYZ17.6212.0769.11-
YUV90.26201.22104.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.88%
GREEN value IS 82 (32.42% from 255) = 22.84%
BLUE value IS 220 (86.33% from 255) = 61.28%
R=15.88%
G=22.84%
B=61.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal57822200.740.6300.14230.869.9654.31
Hex3952DC4A3F0Ee74636
Octal711223341127701634710666
Binary111001101001011011100100101011111101110111001111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3952DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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