Shades of Free Speech Blue #3940D9
Tints of Free Speech Blue #3940D9
RGB
CMYK
RGB Variations
Color information
#3940D9 (or 0x3940D9) is known color: Free Speech Blue. HEX triplet: 39, 40 and D9. RGB value is (57,64,217). Sum of RGB (Red+Green+Blue) = 57+64+217=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 217 (85.16% from 255 or 64.20% from 338); Max value from RGB is 217 - color contains mainly: blue. Hex color #3940D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3940D9 is #C6BF26. Grayscale: #4E4E4E. Windows color (decimal): -13025063 or 14237753. OLE color: 14237753.
HSL color Cylindrical-coordinate representation of color #3940D9: hue angle of 237.38º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3940D9 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 64 | 217 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.15 |
| HSL | 237.38º | 0.68% | 0.54% | - |
| HSV(B) | 237.38º | 0.74% | 0.85% | - |
| XYZ | 16.05 | 9.55 | 66.64 | - |
| YUV | 79.35 | 205.68 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 64 | 217 | 0.74 | 0.71 | 0 | 0.15 | 237.38 | 0.68 | 0.54 |
| Hex | 39 | 40 | D9 | 4A | 47 | 0 | F | ED | 44 | 36 |
| Octal | 71 | 100 | 331 | 112 | 107 | 0 | 17 | 355 | 104 | 66 |
| Binary | 111001 | 1000000 | 11011001 | 1001010 | 1000111 | 0 | 1111 | 11101101 | 1000100 | 110110 |
Color Harmonies of #3940D9
Complementary color
Monochromatic Colors of #3940D9
Black with #3940D9
Text Example
Text Example
White with #3940D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3940D9; }
p { color: rgb(57,64,217); }
H1.HeaderClassName
{
color: #3940D9;
}
.AnyTagClassName
{
color: #3940D9;
}
</style>
background-color css
<style>
a { background-color: #3940D9; }
a { background-color: rgb(57,64,217); }
div.DivClassName
{
background-color: #3940D9;
}
.BgClassName
{
background-color: #3940D9;
}
</style>
border-color css
<style>
span { border-color: #3940D9; }
span { border-color: rgb(57,64,217); }
td.TdClassName
{
border-color: #3940D9;
}
.TagClassName
{
border-color: #3940D9;
}
</style>