Shades of Ultramarine #2E1EA4
Tints of Ultramarine #2E1EA4
RGB
CMYK
RGB Variations
Color information
#2E1EA4 (or 0x2E1EA4) is known color: Ultramarine. HEX triplet: 2E, 1E and A4. RGB value is (46,30,164). Sum of RGB (Red+Green+Blue) = 46+30+164=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 164 (64.45% from 255 or 68.33% from 240); Max value from RGB is 164 - color contains mainly: blue. Hex color #2E1EA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E1EA4 is #D1E15B. Grayscale: #313131. Windows color (decimal): -13754716 or 10755630. OLE color: 10755630.
HSL color Cylindrical-coordinate representation of color #2E1EA4: hue angle of 247.16º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E1EA4 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 46 | 30 | 164 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.36 |
| HSL | 247.16º | 0.69% | 0.38% | - |
| HSV(B) | 247.16º | 0.82% | 0.64% | - |
| XYZ | 8.29 | 4.19 | 35.49 | - |
| YUV | 50.06 | 192.3 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 30 | 164 | 0.72 | 0.82 | 0 | 0.36 | 247.16 | 0.69 | 0.38 |
| Hex | 2E | 1E | A4 | 48 | 52 | 0 | 24 | F7 | 45 | 26 |
| Octal | 56 | 36 | 244 | 110 | 122 | 0 | 44 | 367 | 105 | 46 |
| Binary | 101110 | 11110 | 10100100 | 1001000 | 1010010 | 0 | 100100 | 11110111 | 1000101 | 100110 |
Color Harmonies of #2E1EA4
Complementary color
Monochromatic Colors of #2E1EA4
Black with #2E1EA4
Text Example
Text Example
White with #2E1EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1EA4; }
p { color: rgb(46,30,164); }
H1.HeaderClassName
{
color: #2E1EA4;
}
.AnyTagClassName
{
color: #2E1EA4;
}
</style>
background-color css
<style>
a { background-color: #2E1EA4; }
a { background-color: rgb(46,30,164); }
div.DivClassName
{
background-color: #2E1EA4;
}
.BgClassName
{
background-color: #2E1EA4;
}
</style>
border-color css
<style>
span { border-color: #2E1EA4; }
span { border-color: rgb(46,30,164); }
td.TdClassName
{
border-color: #2E1EA4;
}
.TagClassName
{
border-color: #2E1EA4;
}
</style>