Shades of Free Speech Blue #3149DD
Tints of Free Speech Blue #3149DD
RGB
CMYK
RGB Variations
Color information
#3149DD (or 0x3149DD) is known color: Free Speech Blue. HEX triplet: 31, 49 and DD. RGB value is (49,73,221). Sum of RGB (Red+Green+Blue) = 49+73+221=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #3149DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3149DD is #CEB622. Grayscale: #525252. Windows color (decimal): -13547043 or 14502193. OLE color: 14502193.
HSL color Cylindrical-coordinate representation of color #3149DD: hue angle of 231.63º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3149DD is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 73 | 221 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.13 |
| HSL | 231.63º | 0.72% | 0.53% | - |
| HSV(B) | 231.63º | 0.78% | 0.87% | - |
| XYZ | 16.7 | 10.64 | 69.58 | - |
| YUV | 82.7 | 206.05 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 73 | 221 | 0.78 | 0.67 | 0 | 0.13 | 231.63 | 0.72 | 0.53 |
| Hex | 31 | 49 | DD | 4E | 43 | 0 | D | E8 | 48 | 35 |
| Octal | 61 | 111 | 335 | 116 | 103 | 0 | 15 | 350 | 110 | 65 |
| Binary | 110001 | 1001001 | 11011101 | 1001110 | 1000011 | 0 | 1101 | 11101000 | 1001000 | 110101 |
Color Harmonies of #3149DD
Complementary color
Monochromatic Colors of #3149DD
Black with #3149DD
Text Example
Text Example
White with #3149DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3149DD; }
p { color: rgb(49,73,221); }
H1.HeaderClassName
{
color: #3149DD;
}
.AnyTagClassName
{
color: #3149DD;
}
</style>
background-color css
<style>
a { background-color: #3149DD; }
a { background-color: rgb(49,73,221); }
div.DivClassName
{
background-color: #3149DD;
}
.BgClassName
{
background-color: #3149DD;
}
</style>
border-color css
<style>
span { border-color: #3149DD; }
span { border-color: rgb(49,73,221); }
td.TdClassName
{
border-color: #3149DD;
}
.TagClassName
{
border-color: #3149DD;
}
</style>