Shades of Free Speech Blue #2E42DD
Tints of Free Speech Blue #2E42DD
RGB
CMYK
RGB Variations
Color information
#2E42DD (or 0x2E42DD) is known color: Free Speech Blue. HEX triplet: 2E, 42 and DD. RGB value is (46,66,221). Sum of RGB (Red+Green+Blue) = 46+66+221=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E42DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E42DD is #D1BD22. Grayscale: #4D4D4D. Windows color (decimal): -13745443 or 14500398. OLE color: 14500398.
HSL color Cylindrical-coordinate representation of color #2E42DD: hue angle of 233.14º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E42DD is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 66 | 221 | - |
| CMYK | 0.79 | 0.70 | 0 | 0.13 |
| HSL | 233.14º | 0.72% | 0.52% | - |
| HSV(B) | 233.14º | 0.79% | 0.87% | - |
| XYZ | 16.13 | 9.7 | 69.43 | - |
| YUV | 77.69 | 208.87 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 66 | 221 | 0.79 | 0.70 | 0 | 0.13 | 233.14 | 0.72 | 0.52 |
| Hex | 2E | 42 | DD | 4F | 46 | 0 | D | E9 | 48 | 34 |
| Octal | 56 | 102 | 335 | 117 | 106 | 0 | 15 | 351 | 110 | 64 |
| Binary | 101110 | 1000010 | 11011101 | 1001111 | 1000110 | 0 | 1101 | 11101001 | 1001000 | 110100 |
Color Harmonies of #2E42DD
Complementary color
Monochromatic Colors of #2E42DD
Black with #2E42DD
Text Example
Text Example
White with #2E42DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E42DD; }
p { color: rgb(46,66,221); }
H1.HeaderClassName
{
color: #2E42DD;
}
.AnyTagClassName
{
color: #2E42DD;
}
</style>
background-color css
<style>
a { background-color: #2E42DD; }
a { background-color: rgb(46,66,221); }
div.DivClassName
{
background-color: #2E42DD;
}
.BgClassName
{
background-color: #2E42DD;
}
</style>
border-color css
<style>
span { border-color: #2E42DD; }
span { border-color: rgb(46,66,221); }
td.TdClassName
{
border-color: #2E42DD;
}
.TagClassName
{
border-color: #2E42DD;
}
</style>