Shades of Free Speech Blue #2E4BDB
Tints of Free Speech Blue #2E4BDB
RGB
CMYK
RGB Variations
Color information
#2E4BDB (or 0x2E4BDB) is known color: Free Speech Blue. HEX triplet: 2E, 4B and DB. RGB value is (46,75,219). Sum of RGB (Red+Green+Blue) = 46+75+219=340 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.53% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E4BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E4BDB is #D1B424. Grayscale: #525252. Windows color (decimal): -13743141 or 14371630. OLE color: 14371630.
HSL color Cylindrical-coordinate representation of color #2E4BDB: hue angle of 229.94º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E4BDB is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 75 | 219 | - |
| CMYK | 0.79 | 0.66 | 0 | 0.14 |
| HSL | 229.94º | 0.71% | 0.52% | - |
| HSV(B) | 229.94º | 0.79% | 0.86% | - |
| XYZ | 16.43 | 10.73 | 68.22 | - |
| YUV | 82.75 | 204.89 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 75 | 219 | 0.79 | 0.66 | 0 | 0.14 | 229.94 | 0.71 | 0.52 |
| Hex | 2E | 4B | DB | 4F | 42 | 0 | E | E6 | 47 | 34 |
| Octal | 56 | 113 | 333 | 117 | 102 | 0 | 16 | 346 | 107 | 64 |
| Binary | 101110 | 1001011 | 11011011 | 1001111 | 1000010 | 0 | 1110 | 11100110 | 1000111 | 110100 |
Color Harmonies of #2E4BDB
Complementary color
Monochromatic Colors of #2E4BDB
Black with #2E4BDB
Text Example
Text Example
White with #2E4BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4BDB; }
p { color: rgb(46,75,219); }
H1.HeaderClassName
{
color: #2E4BDB;
}
.AnyTagClassName
{
color: #2E4BDB;
}
</style>
background-color css
<style>
a { background-color: #2E4BDB; }
a { background-color: rgb(46,75,219); }
div.DivClassName
{
background-color: #2E4BDB;
}
.BgClassName
{
background-color: #2E4BDB;
}
</style>
border-color css
<style>
span { border-color: #2E4BDB; }
span { border-color: rgb(46,75,219); }
td.TdClassName
{
border-color: #2E4BDB;
}
.TagClassName
{
border-color: #2E4BDB;
}
</style>