Shades of Ultramarine #2E00AE
Tints of Ultramarine #2E00AE
RGB
CMYK
RGB Variations
Color information
#2E00AE (or 0x2E00AE) is known color: Ultramarine. HEX triplet: 2E, 00 and AE. RGB value is (46,0,174). Sum of RGB (Red+Green+Blue) = 46+0+174=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 174 (68.36% from 255 or 79.09% from 220); Max value from RGB is 174 - color contains mainly: blue. Hex color #2E00AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E00AE is #D1FF51. Grayscale: #202020. Windows color (decimal): -13762386 or 11403310. OLE color: 11403310.
HSL color Cylindrical-coordinate representation of color #2E00AE: hue angle of 255.86º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E00AE is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 0 | 174 | - |
| CMYK | 0.74 | 1 | 0 | 0.32 |
| HSL | 255.86º | 1% | 0.34% | - |
| HSV(B) | 255.86º | 1% | 0.68% | - |
| XYZ | 8.77 | 3.64 | 40.28 | - |
| YUV | 33.59 | 207.24 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 174 | 0.74 | 1 | 0 | 0.32 | 255.86 | 1 | 0.34 |
| Hex | 2E | 0 | AE | 4A | 64 | 0 | 20 | 100 | 64 | 22 |
| Octal | 56 | 0 | 256 | 112 | 144 | 0 | 40 | 400 | 144 | 42 |
| Binary | 101110 | 0 | 10101110 | 1001010 | 1100100 | 0 | 100000 | 100000000 | 1100100 | 100010 |
Color Harmonies of #2E00AE
Complementary color
Monochromatic Colors of #2E00AE
Black with #2E00AE
Text Example
Text Example
White with #2E00AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E00AE; }
p { color: rgb(46,0,174); }
H1.HeaderClassName
{
color: #2E00AE;
}
.AnyTagClassName
{
color: #2E00AE;
}
</style>
background-color css
<style>
a { background-color: #2E00AE; }
a { background-color: rgb(46,0,174); }
div.DivClassName
{
background-color: #2E00AE;
}
.BgClassName
{
background-color: #2E00AE;
}
</style>
border-color css
<style>
span { border-color: #2E00AE; }
span { border-color: rgb(46,0,174); }
td.TdClassName
{
border-color: #2E00AE;
}
.TagClassName
{
border-color: #2E00AE;
}
</style>