Shades of Free Speech Blue #2E3FE0
Tints of Free Speech Blue #2E3FE0
RGB
CMYK
RGB Variations
Color information
#2E3FE0 (or 0x2E3FE0) is known color: Free Speech Blue. HEX triplet: 2E, 3F and E0. RGB value is (46,63,224). Sum of RGB (Red+Green+Blue) = 46+63+224=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 224 (87.89% from 255 or 67.27% from 333); Max value from RGB is 224 - color contains mainly: blue. Hex color #2E3FE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3FE0 is #D1C01F. Grayscale: #4B4B4B. Windows color (decimal): -13746208 or 14696238. OLE color: 14696238.
HSL color Cylindrical-coordinate representation of color #2E3FE0: hue angle of 234.27º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E3FE0 is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 63 | 224 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.12 |
| HSL | 234.27º | 0.74% | 0.53% | - |
| HSV(B) | 234.27º | 0.79% | 0.88% | - |
| XYZ | 16.36 | 9.52 | 71.5 | - |
| YUV | 76.27 | 211.37 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 63 | 224 | 0.79 | 0.72 | 0 | 0.12 | 234.27 | 0.74 | 0.53 |
| Hex | 2E | 3F | E0 | 4F | 48 | 0 | C | EA | 4A | 35 |
| Octal | 56 | 77 | 340 | 117 | 110 | 0 | 14 | 352 | 112 | 65 |
| Binary | 101110 | 111111 | 11100000 | 1001111 | 1001000 | 0 | 1100 | 11101010 | 1001010 | 110101 |
Color Harmonies of #2E3FE0
Complementary color
Monochromatic Colors of #2E3FE0
Black with #2E3FE0
Text Example
Text Example
White with #2E3FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3FE0; }
p { color: rgb(46,63,224); }
H1.HeaderClassName
{
color: #2E3FE0;
}
.AnyTagClassName
{
color: #2E3FE0;
}
</style>
background-color css
<style>
a { background-color: #2E3FE0; }
a { background-color: rgb(46,63,224); }
div.DivClassName
{
background-color: #2E3FE0;
}
.BgClassName
{
background-color: #2E3FE0;
}
</style>
border-color css
<style>
span { border-color: #2E3FE0; }
span { border-color: rgb(46,63,224); }
td.TdClassName
{
border-color: #2E3FE0;
}
.TagClassName
{
border-color: #2E3FE0;
}
</style>