Shades of Ultramarine #2E2199
Tints of Ultramarine #2E2199
RGB
CMYK
RGB Variations
Color information
#2E2199 (or 0x2E2199) is known color: Ultramarine. HEX triplet: 2E, 21 and 99. RGB value is (46,33,153). Sum of RGB (Red+Green+Blue) = 46+33+153=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #2E2199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2199 is #D1DE66. Grayscale: #323232. Windows color (decimal): -13753959 or 10035502. OLE color: 10035502.
HSL color Cylindrical-coordinate representation of color #2E2199: hue angle of 246.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E2199 is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 46 | 33 | 153 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.4 |
| HSL | 246.5º | 0.65% | 0.36% | - |
| HSV(B) | 246.5º | 0.78% | 0.6% | - |
| XYZ | 7.42 | 3.97 | 30.51 | - |
| YUV | 50.57 | 185.81 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 33 | 153 | 0.70 | 0.78 | 0 | 0.4 | 246.5 | 0.65 | 0.36 |
| Hex | 2E | 21 | 99 | 46 | 4E | 0 | 28 | F6 | 41 | 24 |
| Octal | 56 | 41 | 231 | 106 | 116 | 0 | 50 | 366 | 101 | 44 |
| Binary | 101110 | 100001 | 10011001 | 1000110 | 1001110 | 0 | 101000 | 11110110 | 1000001 | 100100 |
Color Harmonies of #2E2199
Complementary color
Monochromatic Colors of #2E2199
Black with #2E2199
Text Example
Text Example
White with #2E2199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2199; }
p { color: rgb(46,33,153); }
H1.HeaderClassName
{
color: #2E2199;
}
.AnyTagClassName
{
color: #2E2199;
}
</style>
background-color css
<style>
a { background-color: #2E2199; }
a { background-color: rgb(46,33,153); }
div.DivClassName
{
background-color: #2E2199;
}
.BgClassName
{
background-color: #2E2199;
}
</style>
border-color css
<style>
span { border-color: #2E2199; }
span { border-color: rgb(46,33,153); }
td.TdClassName
{
border-color: #2E2199;
}
.TagClassName
{
border-color: #2E2199;
}
</style>