Shades of Free Speech Blue #3946DD
Tints of Free Speech Blue #3946DD
RGB
CMYK
RGB Variations
Color information
#3946DD (or 0x3946DD) is known color: Free Speech Blue. HEX triplet: 39, 46 and DD. RGB value is (57,70,221). Sum of RGB (Red+Green+Blue) = 57+70+221=348 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.38% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #3946DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3946DD is #C6B922. Grayscale: #525252. Windows color (decimal): -13023523 or 14501433. OLE color: 14501433.
HSL color Cylindrical-coordinate representation of color #3946DD: hue angle of 235.24º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3946DD is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 70 | 221 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.13 |
| HSL | 235.24º | 0.71% | 0.55% | - |
| HSV(B) | 235.24º | 0.74% | 0.87% | - |
| XYZ | 16.93 | 10.47 | 69.54 | - |
| YUV | 83.33 | 205.69 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 70 | 221 | 0.74 | 0.68 | 0 | 0.13 | 235.24 | 0.71 | 0.55 |
| Hex | 39 | 46 | DD | 4A | 44 | 0 | D | EB | 47 | 37 |
| Octal | 71 | 106 | 335 | 112 | 104 | 0 | 15 | 353 | 107 | 67 |
| Binary | 111001 | 1000110 | 11011101 | 1001010 | 1000100 | 0 | 1101 | 11101011 | 1000111 | 110111 |
Color Harmonies of #3946DD
Complementary color
Monochromatic Colors of #3946DD
Black with #3946DD
Text Example
Text Example
White with #3946DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3946DD; }
p { color: rgb(57,70,221); }
H1.HeaderClassName
{
color: #3946DD;
}
.AnyTagClassName
{
color: #3946DD;
}
</style>
background-color css
<style>
a { background-color: #3946DD; }
a { background-color: rgb(57,70,221); }
div.DivClassName
{
background-color: #3946DD;
}
.BgClassName
{
background-color: #3946DD;
}
</style>
border-color css
<style>
span { border-color: #3946DD; }
span { border-color: rgb(57,70,221); }
td.TdClassName
{
border-color: #3946DD;
}
.TagClassName
{
border-color: #3946DD;
}
</style>