Shades of Free Speech Blue #2E40DB
Tints of Free Speech Blue #2E40DB
RGB
CMYK
RGB Variations
Color information
#2E40DB (or 0x2E40DB) is known color: Free Speech Blue. HEX triplet: 2E, 40 and DB. RGB value is (46,64,219). Sum of RGB (Red+Green+Blue) = 46+64+219=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E40DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E40DB is #D1BF24. Grayscale: #4B4B4B. Windows color (decimal): -13745957 or 14368814. OLE color: 14368814.
HSL color Cylindrical-coordinate representation of color #2E40DB: hue angle of 233.76º 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 #2E40DB is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 64 | 219 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.14 |
| HSL | 233.76º | 0.71% | 0.52% | - |
| HSV(B) | 233.76º | 0.79% | 0.86% | - |
| XYZ | 15.75 | 9.36 | 67.99 | - |
| YUV | 76.29 | 208.54 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 219 | 0.79 | 0.71 | 0 | 0.14 | 233.76 | 0.71 | 0.52 |
| Hex | 2E | 40 | DB | 4F | 47 | 0 | E | EA | 47 | 34 |
| Octal | 56 | 100 | 333 | 117 | 107 | 0 | 16 | 352 | 107 | 64 |
| Binary | 101110 | 1000000 | 11011011 | 1001111 | 1000111 | 0 | 1110 | 11101010 | 1000111 | 110100 |
Color Harmonies of #2E40DB
Complementary color
Monochromatic Colors of #2E40DB
Black with #2E40DB
Text Example
Text Example
White with #2E40DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E40DB; }
p { color: rgb(46,64,219); }
H1.HeaderClassName
{
color: #2E40DB;
}
.AnyTagClassName
{
color: #2E40DB;
}
</style>
background-color css
<style>
a { background-color: #2E40DB; }
a { background-color: rgb(46,64,219); }
div.DivClassName
{
background-color: #2E40DB;
}
.BgClassName
{
background-color: #2E40DB;
}
</style>
border-color css
<style>
span { border-color: #2E40DB; }
span { border-color: rgb(46,64,219); }
td.TdClassName
{
border-color: #2E40DB;
}
.TagClassName
{
border-color: #2E40DB;
}
</style>