Shades of Ultramarine #2E01AE
Tints of Ultramarine #2E01AE
RGB
CMYK
RGB Variations
Color information
#2E01AE (or 0x2E01AE) is known color: Ultramarine. HEX triplet: 2E, 01 and AE. RGB value is (46,1,174). Sum of RGB (Red+Green+Blue) = 46+1+174=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 174 (68.36% from 255 or 78.73% from 221); Max value from RGB is 174 - color contains mainly: blue. Hex color #2E01AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E01AE is #D1FE51. Grayscale: #212121. Windows color (decimal): -13762130 or 11403566. OLE color: 11403566.
HSL color Cylindrical-coordinate representation of color #2E01AE: hue angle of 255.61º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E01AE is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 1 | 174 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.32 |
| HSL | 255.61º | 0.99% | 0.34% | - |
| HSV(B) | 255.61º | 0.99% | 0.68% | - |
| XYZ | 8.78 | 3.66 | 40.29 | - |
| YUV | 34.18 | 206.91 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 1 | 174 | 0.74 | 0.99 | 0 | 0.32 | 255.61 | 0.99 | 0.34 |
| Hex | 2E | 1 | AE | 4A | 63 | 0 | 20 | 100 | 63 | 22 |
| Octal | 56 | 1 | 256 | 112 | 143 | 0 | 40 | 400 | 143 | 42 |
| Binary | 101110 | 1 | 10101110 | 1001010 | 1100011 | 0 | 100000 | 100000000 | 1100011 | 100010 |
Color Harmonies of #2E01AE
Complementary color
Monochromatic Colors of #2E01AE
Black with #2E01AE
Text Example
Text Example
White with #2E01AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E01AE; }
p { color: rgb(46,1,174); }
H1.HeaderClassName
{
color: #2E01AE;
}
.AnyTagClassName
{
color: #2E01AE;
}
</style>
background-color css
<style>
a { background-color: #2E01AE; }
a { background-color: rgb(46,1,174); }
div.DivClassName
{
background-color: #2E01AE;
}
.BgClassName
{
background-color: #2E01AE;
}
</style>
border-color css
<style>
span { border-color: #2E01AE; }
span { border-color: rgb(46,1,174); }
td.TdClassName
{
border-color: #2E01AE;
}
.TagClassName
{
border-color: #2E01AE;
}
</style>