Shades of Free Speech Blue #3940DC
Tints of Free Speech Blue #3940DC
RGB
CMYK
RGB Variations
Color information
#3940DC (or 0x3940DC) is known color: Free Speech Blue. HEX triplet: 39, 40 and DC. RGB value is (57,64,220). Sum of RGB (Red+Green+Blue) = 57+64+220=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #3940DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3940DC is #C6BF23. Grayscale: #4F4F4F. Windows color (decimal): -13025060 or 14434361. OLE color: 14434361.
HSL color Cylindrical-coordinate representation of color #3940DC: hue angle of 237.42º 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 #3940DC is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 64 | 220 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.14 |
| HSL | 237.42º | 0.7% | 0.54% | - |
| HSV(B) | 237.42º | 0.74% | 0.86% | - |
| XYZ | 16.44 | 9.7 | 68.72 | - |
| YUV | 79.69 | 207.18 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 64 | 220 | 0.74 | 0.71 | 0 | 0.14 | 237.42 | 0.7 | 0.54 |
| Hex | 39 | 40 | DC | 4A | 47 | 0 | E | ED | 46 | 36 |
| Octal | 71 | 100 | 334 | 112 | 107 | 0 | 16 | 355 | 106 | 66 |
| Binary | 111001 | 1000000 | 11011100 | 1001010 | 1000111 | 0 | 1110 | 11101101 | 1000110 | 110110 |
Color Harmonies of #3940DC
Complementary color
Monochromatic Colors of #3940DC
Black with #3940DC
Text Example
Text Example
White with #3940DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3940DC; }
p { color: rgb(57,64,220); }
H1.HeaderClassName
{
color: #3940DC;
}
.AnyTagClassName
{
color: #3940DC;
}
</style>
background-color css
<style>
a { background-color: #3940DC; }
a { background-color: rgb(57,64,220); }
div.DivClassName
{
background-color: #3940DC;
}
.BgClassName
{
background-color: #3940DC;
}
</style>
border-color css
<style>
span { border-color: #3940DC; }
span { border-color: rgb(57,64,220); }
td.TdClassName
{
border-color: #3940DC;
}
.TagClassName
{
border-color: #3940DC;
}
</style>