Shades of Ultramarine #2E15AA
Tints of Ultramarine #2E15AA
RGB
CMYK
RGB Variations
Color information
#2E15AA (or 0x2E15AA) is known color: Ultramarine. HEX triplet: 2E, 15 and AA. RGB value is (46,21,170). Sum of RGB (Red+Green+Blue) = 46+21+170=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 170 (66.80% from 255 or 71.73% from 237); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E15AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E15AA is #D1EA55. Grayscale: #2C2C2C. Windows color (decimal): -13757014 or 11146542. OLE color: 11146542.
HSL color Cylindrical-coordinate representation of color #2E15AA: hue angle of 250.07º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E15AA is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 21 | 170 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.33 |
| HSL | 250.07º | 0.78% | 0.37% | - |
| HSV(B) | 250.07º | 0.88% | 0.67% | - |
| XYZ | 8.65 | 4.02 | 38.35 | - |
| YUV | 45.46 | 198.28 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 21 | 170 | 0.73 | 0.88 | 0 | 0.33 | 250.07 | 0.78 | 0.37 |
| Hex | 2E | 15 | AA | 49 | 58 | 0 | 21 | FA | 4E | 25 |
| Octal | 56 | 25 | 252 | 111 | 130 | 0 | 41 | 372 | 116 | 45 |
| Binary | 101110 | 10101 | 10101010 | 1001001 | 1011000 | 0 | 100001 | 11111010 | 1001110 | 100101 |
Color Harmonies of #2E15AA
Complementary color
Monochromatic Colors of #2E15AA
Black with #2E15AA
Text Example
Text Example
White with #2E15AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E15AA; }
p { color: rgb(46,21,170); }
H1.HeaderClassName
{
color: #2E15AA;
}
.AnyTagClassName
{
color: #2E15AA;
}
</style>
background-color css
<style>
a { background-color: #2E15AA; }
a { background-color: rgb(46,21,170); }
div.DivClassName
{
background-color: #2E15AA;
}
.BgClassName
{
background-color: #2E15AA;
}
</style>
border-color css
<style>
span { border-color: #2E15AA; }
span { border-color: rgb(46,21,170); }
td.TdClassName
{
border-color: #2E15AA;
}
.TagClassName
{
border-color: #2E15AA;
}
</style>