Shades of Free Speech Blue #3932DC
Tints of Free Speech Blue #3932DC
RGB
CMYK
RGB Variations
Color information
#3932DC (or 0x3932DC) is known color: Free Speech Blue. HEX triplet: 39, 32 and DC. RGB value is (57,50,220). Sum of RGB (Red+Green+Blue) = 57+50+220=327 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.43% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #3932DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3932DC is #C6CD23. Grayscale: #464646. Windows color (decimal): -13028644 or 14430777. OLE color: 14430777.
HSL color Cylindrical-coordinate representation of color #3932DC: hue angle of 242.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3932DC is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 50 | 220 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.14 |
| HSL | 242.47º | 0.71% | 0.53% | - |
| HSV(B) | 242.47º | 0.77% | 0.86% | - |
| XYZ | 15.75 | 8.32 | 68.49 | - |
| YUV | 71.47 | 211.82 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 50 | 220 | 0.74 | 0.77 | 0 | 0.14 | 242.47 | 0.71 | 0.53 |
| Hex | 39 | 32 | DC | 4A | 4D | 0 | E | F2 | 47 | 35 |
| Octal | 71 | 62 | 334 | 112 | 115 | 0 | 16 | 362 | 107 | 65 |
| Binary | 111001 | 110010 | 11011100 | 1001010 | 1001101 | 0 | 1110 | 11110010 | 1000111 | 110101 |
Color Harmonies of #3932DC
Complementary color
Monochromatic Colors of #3932DC
Black with #3932DC
Text Example
Text Example
White with #3932DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3932DC; }
p { color: rgb(57,50,220); }
H1.HeaderClassName
{
color: #3932DC;
}
.AnyTagClassName
{
color: #3932DC;
}
</style>
background-color css
<style>
a { background-color: #3932DC; }
a { background-color: rgb(57,50,220); }
div.DivClassName
{
background-color: #3932DC;
}
.BgClassName
{
background-color: #3932DC;
}
</style>
border-color css
<style>
span { border-color: #3932DC; }
span { border-color: rgb(57,50,220); }
td.TdClassName
{
border-color: #3932DC;
}
.TagClassName
{
border-color: #3932DC;
}
</style>