Shades of Free Speech Blue #3939DD
Tints of Free Speech Blue #3939DD
RGB
CMYK
RGB Variations
Color information
#3939DD (or 0x3939DD) is known color: Free Speech Blue. HEX triplet: 39, 39 and DD. RGB value is (57,57,221). Sum of RGB (Red+Green+Blue) = 57+57+221=335 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.01% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #3939DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3939DD is #C6C622. Grayscale: #4B4B4B. Windows color (decimal): -13026851 or 14498105. OLE color: 14498105.
HSL color Cylindrical-coordinate representation of color #3939DD: hue angle of 240º 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 #3939DD is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 57 | 221 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.13 |
| HSL | 240º | 0.71% | 0.55% | - |
| HSV(B) | 240º | 0.74% | 0.87% | - |
| XYZ | 16.2 | 9.02 | 69.29 | - |
| YUV | 75.7 | 210 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 57 | 221 | 0.74 | 0.74 | 0 | 0.13 | 240 | 0.71 | 0.55 |
| Hex | 39 | 39 | DD | 4A | 4A | 0 | D | F0 | 47 | 37 |
| Octal | 71 | 71 | 335 | 112 | 112 | 0 | 15 | 360 | 107 | 67 |
| Binary | 111001 | 111001 | 11011101 | 1001010 | 1001010 | 0 | 1101 | 11110000 | 1000111 | 110111 |
Color Harmonies of #3939DD
Complementary color
Monochromatic Colors of #3939DD
Black with #3939DD
Text Example
Text Example
White with #3939DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3939DD; }
p { color: rgb(57,57,221); }
H1.HeaderClassName
{
color: #3939DD;
}
.AnyTagClassName
{
color: #3939DD;
}
</style>
background-color css
<style>
a { background-color: #3939DD; }
a { background-color: rgb(57,57,221); }
div.DivClassName
{
background-color: #3939DD;
}
.BgClassName
{
background-color: #3939DD;
}
</style>
border-color css
<style>
span { border-color: #3939DD; }
span { border-color: rgb(57,57,221); }
td.TdClassName
{
border-color: #3939DD;
}
.TagClassName
{
border-color: #3939DD;
}
</style>