Shades of Free Speech Blue #3936D9
Tints of Free Speech Blue #3936D9
RGB
CMYK
RGB Variations
Color information
#3936D9 (or 0x3936D9) is known color: Free Speech Blue. HEX triplet: 39, 36 and D9. RGB value is (57,54,217). Sum of RGB (Red+Green+Blue) = 57+54+217=328 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.38% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 217 (85.16% from 255 or 66.16% from 328); Max value from RGB is 217 - color contains mainly: blue. Hex color #3936D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3936D9 is #C6C926. Grayscale: #484848. Windows color (decimal): -13027623 or 14235193. OLE color: 14235193.
HSL color Cylindrical-coordinate representation of color #3936D9: hue angle of 241.1º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3936D9 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 54 | 217 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.15 |
| HSL | 241.1º | 0.68% | 0.53% | - |
| HSV(B) | 241.1º | 0.75% | 0.85% | - |
| XYZ | 15.53 | 8.52 | 66.47 | - |
| YUV | 73.48 | 208.99 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 54 | 217 | 0.74 | 0.75 | 0 | 0.15 | 241.1 | 0.68 | 0.53 |
| Hex | 39 | 36 | D9 | 4A | 4B | 0 | F | F1 | 44 | 35 |
| Octal | 71 | 66 | 331 | 112 | 113 | 0 | 17 | 361 | 104 | 65 |
| Binary | 111001 | 110110 | 11011001 | 1001010 | 1001011 | 0 | 1111 | 11110001 | 1000100 | 110101 |
Color Harmonies of #3936D9
Complementary color
Monochromatic Colors of #3936D9
Black with #3936D9
Text Example
Text Example
White with #3936D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3936D9; }
p { color: rgb(57,54,217); }
H1.HeaderClassName
{
color: #3936D9;
}
.AnyTagClassName
{
color: #3936D9;
}
</style>
background-color css
<style>
a { background-color: #3936D9; }
a { background-color: rgb(57,54,217); }
div.DivClassName
{
background-color: #3936D9;
}
.BgClassName
{
background-color: #3936D9;
}
</style>
border-color css
<style>
span { border-color: #3936D9; }
span { border-color: rgb(57,54,217); }
td.TdClassName
{
border-color: #3936D9;
}
.TagClassName
{
border-color: #3936D9;
}
</style>