Shades of Free Speech Blue #2E4BDE
Tints of Free Speech Blue #2E4BDE
RGB
CMYK
RGB Variations
Color information
#2E4BDE (or 0x2E4BDE) is known color: Free Speech Blue. HEX triplet: 2E, 4B and DE. RGB value is (46,75,222). Sum of RGB (Red+Green+Blue) = 46+75+222=343 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.41% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 222 (87.11% from 255 or 64.72% from 343); Max value from RGB is 222 - color contains mainly: blue. Hex color #2E4BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E4BDE is #D1B421. Grayscale: #525252. Windows color (decimal): -13743138 or 14568238. OLE color: 14568238.
HSL color Cylindrical-coordinate representation of color #2E4BDE: hue angle of 230.11º 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 #2E4BDE is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 75 | 222 | - |
| CMYK | 0.79 | 0.66 | 0 | 0.13 |
| HSL | 230.11º | 0.73% | 0.53% | - |
| HSV(B) | 230.11º | 0.79% | 0.87% | - |
| XYZ | 16.83 | 10.89 | 70.32 | - |
| YUV | 83.09 | 206.39 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 75 | 222 | 0.79 | 0.66 | 0 | 0.13 | 230.11 | 0.73 | 0.53 |
| Hex | 2E | 4B | DE | 4F | 42 | 0 | D | E6 | 49 | 35 |
| Octal | 56 | 113 | 336 | 117 | 102 | 0 | 15 | 346 | 111 | 65 |
| Binary | 101110 | 1001011 | 11011110 | 1001111 | 1000010 | 0 | 1101 | 11100110 | 1001001 | 110101 |
Color Harmonies of #2E4BDE
Complementary color
Monochromatic Colors of #2E4BDE
Black with #2E4BDE
Text Example
Text Example
White with #2E4BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4BDE; }
p { color: rgb(46,75,222); }
H1.HeaderClassName
{
color: #2E4BDE;
}
.AnyTagClassName
{
color: #2E4BDE;
}
</style>
background-color css
<style>
a { background-color: #2E4BDE; }
a { background-color: rgb(46,75,222); }
div.DivClassName
{
background-color: #2E4BDE;
}
.BgClassName
{
background-color: #2E4BDE;
}
</style>
border-color css
<style>
span { border-color: #2E4BDE; }
span { border-color: rgb(46,75,222); }
td.TdClassName
{
border-color: #2E4BDE;
}
.TagClassName
{
border-color: #2E4BDE;
}
</style>