Shades of Free Speech Blue #2E3FDD
Tints of Free Speech Blue #2E3FDD
RGB
CMYK
RGB Variations
Color information
#2E3FDD (or 0x2E3FDD) is known color: Free Speech Blue. HEX triplet: 2E, 3F and DD. RGB value is (46,63,221). Sum of RGB (Red+Green+Blue) = 46+63+221=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E3FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3FDD is #D1C022. Grayscale: #4B4B4B. Windows color (decimal): -13746211 or 14499630. OLE color: 14499630.
HSL color Cylindrical-coordinate representation of color #2E3FDD: hue angle of 234.17º 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 #2E3FDD is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 63 | 221 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.13 |
| HSL | 234.17º | 0.72% | 0.52% | - |
| HSV(B) | 234.17º | 0.79% | 0.87% | - |
| XYZ | 15.96 | 9.36 | 69.37 | - |
| YUV | 75.93 | 209.87 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 63 | 221 | 0.79 | 0.71 | 0 | 0.13 | 234.17 | 0.72 | 0.52 |
| Hex | 2E | 3F | DD | 4F | 47 | 0 | D | EA | 48 | 34 |
| Octal | 56 | 77 | 335 | 117 | 107 | 0 | 15 | 352 | 110 | 64 |
| Binary | 101110 | 111111 | 11011101 | 1001111 | 1000111 | 0 | 1101 | 11101010 | 1001000 | 110100 |
Color Harmonies of #2E3FDD
Complementary color
Monochromatic Colors of #2E3FDD
Black with #2E3FDD
Text Example
Text Example
White with #2E3FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3FDD; }
p { color: rgb(46,63,221); }
H1.HeaderClassName
{
color: #2E3FDD;
}
.AnyTagClassName
{
color: #2E3FDD;
}
</style>
background-color css
<style>
a { background-color: #2E3FDD; }
a { background-color: rgb(46,63,221); }
div.DivClassName
{
background-color: #2E3FDD;
}
.BgClassName
{
background-color: #2E3FDD;
}
</style>
border-color css
<style>
span { border-color: #2E3FDD; }
span { border-color: rgb(46,63,221); }
td.TdClassName
{
border-color: #2E3FDD;
}
.TagClassName
{
border-color: #2E3FDD;
}
</style>