Shades of Ultramarine #2E0CAE
Tints of Ultramarine #2E0CAE
RGB
CMYK
RGB Variations
Color information
#2E0CAE (or 0x2E0CAE) is known color: Ultramarine. HEX triplet: 2E, 0C and AE. RGB value is (46,12,174). Sum of RGB (Red+Green+Blue) = 46+12+174=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 174 (68.36% from 255 or 75% from 232); Max value from RGB is 174 - color contains mainly: blue. Hex color #2E0CAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0CAE is #D1F351. Grayscale: #282828. Windows color (decimal): -13759314 or 11406382. OLE color: 11406382.
HSL color Cylindrical-coordinate representation of color #2E0CAE: hue angle of 252.59º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E0CAE is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 12 | 174 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.32 |
| HSL | 252.59º | 0.87% | 0.36% | - |
| HSV(B) | 252.59º | 0.93% | 0.68% | - |
| XYZ | 8.9 | 3.9 | 40.33 | - |
| YUV | 40.63 | 203.26 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 12 | 174 | 0.74 | 0.93 | 0 | 0.32 | 252.59 | 0.87 | 0.36 |
| Hex | 2E | C | AE | 4A | 5D | 0 | 20 | FD | 57 | 24 |
| Octal | 56 | 14 | 256 | 112 | 135 | 0 | 40 | 375 | 127 | 44 |
| Binary | 101110 | 1100 | 10101110 | 1001010 | 1011101 | 0 | 100000 | 11111101 | 1010111 | 100100 |
Color Harmonies of #2E0CAE
Complementary color
Monochromatic Colors of #2E0CAE
Black with #2E0CAE
Text Example
Text Example
White with #2E0CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0CAE; }
p { color: rgb(46,12,174); }
H1.HeaderClassName
{
color: #2E0CAE;
}
.AnyTagClassName
{
color: #2E0CAE;
}
</style>
background-color css
<style>
a { background-color: #2E0CAE; }
a { background-color: rgb(46,12,174); }
div.DivClassName
{
background-color: #2E0CAE;
}
.BgClassName
{
background-color: #2E0CAE;
}
</style>
border-color css
<style>
span { border-color: #2E0CAE; }
span { border-color: rgb(46,12,174); }
td.TdClassName
{
border-color: #2E0CAE;
}
.TagClassName
{
border-color: #2E0CAE;
}
</style>