Shades of Free Speech Blue #3439DD
Tints of Free Speech Blue #3439DD
RGB
CMYK
RGB Variations
Color information
#3439DD (or 0x3439DD) is known color: Free Speech Blue. HEX triplet: 34, 39 and DD. RGB value is (52,57,221). Sum of RGB (Red+Green+Blue) = 52+57+221=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #3439DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3439DD is #CBC622. Grayscale: #494949. Windows color (decimal): -13354531 or 14498100. OLE color: 14498100.
HSL color Cylindrical-coordinate representation of color #3439DD: hue angle of 238.22º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3439DD is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 57 | 221 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.13 |
| HSL | 238.22º | 0.71% | 0.54% | - |
| HSV(B) | 238.22º | 0.76% | 0.87% | - |
| XYZ | 15.93 | 8.88 | 69.28 | - |
| YUV | 74.2 | 210.84 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 57 | 221 | 0.76 | 0.74 | 0 | 0.13 | 238.22 | 0.71 | 0.54 |
| Hex | 34 | 39 | DD | 4C | 4A | 0 | D | EE | 47 | 36 |
| Octal | 64 | 71 | 335 | 114 | 112 | 0 | 15 | 356 | 107 | 66 |
| Binary | 110100 | 111001 | 11011101 | 1001100 | 1001010 | 0 | 1101 | 11101110 | 1000111 | 110110 |
Color Harmonies of #3439DD
Complementary color
Monochromatic Colors of #3439DD
Black with #3439DD
Text Example
Text Example
White with #3439DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3439DD; }
p { color: rgb(52,57,221); }
H1.HeaderClassName
{
color: #3439DD;
}
.AnyTagClassName
{
color: #3439DD;
}
</style>
background-color css
<style>
a { background-color: #3439DD; }
a { background-color: rgb(52,57,221); }
div.DivClassName
{
background-color: #3439DD;
}
.BgClassName
{
background-color: #3439DD;
}
</style>
border-color css
<style>
span { border-color: #3439DD; }
span { border-color: rgb(52,57,221); }
td.TdClassName
{
border-color: #3439DD;
}
.TagClassName
{
border-color: #3439DD;
}
</style>