Shades of Ultramarine #2E0AAC
Tints of Ultramarine #2E0AAC
RGB
CMYK
RGB Variations
Color information
#2E0AAC (or 0x2E0AAC) is known color: Ultramarine. HEX triplet: 2E, 0A and AC. RGB value is (46,10,172). Sum of RGB (Red+Green+Blue) = 46+10+172=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 172 (67.58% from 255 or 75.44% from 228); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E0AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0AAC is #D1F553. Grayscale: #262626. Windows color (decimal): -13759828 or 11274798. OLE color: 11274798.
HSL color Cylindrical-coordinate representation of color #2E0AAC: hue angle of 253.33º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E0AAC is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 10 | 172 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.33 |
| HSL | 253.33º | 0.89% | 0.36% | - |
| HSV(B) | 253.33º | 0.94% | 0.67% | - |
| XYZ | 8.68 | 3.78 | 39.3 | - |
| YUV | 39.23 | 202.93 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 10 | 172 | 0.73 | 0.94 | 0 | 0.33 | 253.33 | 0.89 | 0.36 |
| Hex | 2E | A | AC | 49 | 5E | 0 | 21 | FD | 59 | 24 |
| Octal | 56 | 12 | 254 | 111 | 136 | 0 | 41 | 375 | 131 | 44 |
| Binary | 101110 | 1010 | 10101100 | 1001001 | 1011110 | 0 | 100001 | 11111101 | 1011001 | 100100 |
Color Harmonies of #2E0AAC
Complementary color
Monochromatic Colors of #2E0AAC
Black with #2E0AAC
Text Example
Text Example
White with #2E0AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0AAC; }
p { color: rgb(46,10,172); }
H1.HeaderClassName
{
color: #2E0AAC;
}
.AnyTagClassName
{
color: #2E0AAC;
}
</style>
background-color css
<style>
a { background-color: #2E0AAC; }
a { background-color: rgb(46,10,172); }
div.DivClassName
{
background-color: #2E0AAC;
}
.BgClassName
{
background-color: #2E0AAC;
}
</style>
border-color css
<style>
span { border-color: #2E0AAC; }
span { border-color: rgb(46,10,172); }
td.TdClassName
{
border-color: #2E0AAC;
}
.TagClassName
{
border-color: #2E0AAC;
}
</style>