Shades of Free Speech Blue #2E3EDE
Tints of Free Speech Blue #2E3EDE
RGB
CMYK
RGB Variations
Color information
#2E3EDE (or 0x2E3EDE) is known color: Free Speech Blue. HEX triplet: 2E, 3E and DE. RGB value is (46,62,222). Sum of RGB (Red+Green+Blue) = 46+62+222=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 222 (87.11% from 255 or 67.27% from 330); Max value from RGB is 222 - color contains mainly: blue. Hex color #2E3EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3EDE is #D1C121. Grayscale: #4A4A4A. Windows color (decimal): -13746466 or 14564910. OLE color: 14564910.
HSL color Cylindrical-coordinate representation of color #2E3EDE: hue angle of 234.55º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E3EDE is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 62 | 222 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.13 |
| HSL | 234.55º | 0.73% | 0.53% | - |
| HSV(B) | 234.55º | 0.79% | 0.87% | - |
| XYZ | 16.03 | 9.3 | 70.06 | - |
| YUV | 75.46 | 210.7 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 62 | 222 | 0.79 | 0.72 | 0 | 0.13 | 234.55 | 0.73 | 0.53 |
| Hex | 2E | 3E | DE | 4F | 48 | 0 | D | EB | 49 | 35 |
| Octal | 56 | 76 | 336 | 117 | 110 | 0 | 15 | 353 | 111 | 65 |
| Binary | 101110 | 111110 | 11011110 | 1001111 | 1001000 | 0 | 1101 | 11101011 | 1001001 | 110101 |
Color Harmonies of #2E3EDE
Complementary color
Monochromatic Colors of #2E3EDE
Black with #2E3EDE
Text Example
Text Example
White with #2E3EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3EDE; }
p { color: rgb(46,62,222); }
H1.HeaderClassName
{
color: #2E3EDE;
}
.AnyTagClassName
{
color: #2E3EDE;
}
</style>
background-color css
<style>
a { background-color: #2E3EDE; }
a { background-color: rgb(46,62,222); }
div.DivClassName
{
background-color: #2E3EDE;
}
.BgClassName
{
background-color: #2E3EDE;
}
</style>
border-color css
<style>
span { border-color: #2E3EDE; }
span { border-color: rgb(46,62,222); }
td.TdClassName
{
border-color: #2E3EDE;
}
.TagClassName
{
border-color: #2E3EDE;
}
</style>