Shades of Ultramarine #2E00AA
Tints of Ultramarine #2E00AA
RGB
CMYK
RGB Variations
Color information
#2E00AA (or 0x2E00AA) is known color: Ultramarine. HEX triplet: 2E, 00 and AA. RGB value is (46,0,170). Sum of RGB (Red+Green+Blue) = 46+0+170=216 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.30% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 170 (66.80% from 255 or 78.70% from 216); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E00AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E00AA is #D1FF55. Grayscale: #202020. Windows color (decimal): -13762390 or 11141166. OLE color: 11141166.
HSL color Cylindrical-coordinate representation of color #2E00AA: hue angle of 256.24º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E00AA is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 0 | 170 | - |
| CMYK | 0.73 | 1 | 0 | 0.33 |
| HSL | 256.24º | 1% | 0.33% | - |
| HSV(B) | 256.24º | 1% | 0.67% | - |
| XYZ | 8.38 | 3.48 | 38.26 | - |
| YUV | 33.13 | 205.24 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 170 | 0.73 | 1 | 0 | 0.33 | 256.24 | 1 | 0.33 |
| Hex | 2E | 0 | AA | 49 | 64 | 0 | 21 | 100 | 64 | 21 |
| Octal | 56 | 0 | 252 | 111 | 144 | 0 | 41 | 400 | 144 | 41 |
| Binary | 101110 | 0 | 10101010 | 1001001 | 1100100 | 0 | 100001 | 100000000 | 1100100 | 100001 |
Color Harmonies of #2E00AA
Complementary color
Monochromatic Colors of #2E00AA
Black with #2E00AA
Text Example
Text Example
White with #2E00AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E00AA; }
p { color: rgb(46,0,170); }
H1.HeaderClassName
{
color: #2E00AA;
}
.AnyTagClassName
{
color: #2E00AA;
}
</style>
background-color css
<style>
a { background-color: #2E00AA; }
a { background-color: rgb(46,0,170); }
div.DivClassName
{
background-color: #2E00AA;
}
.BgClassName
{
background-color: #2E00AA;
}
</style>
border-color css
<style>
span { border-color: #2E00AA; }
span { border-color: rgb(46,0,170); }
td.TdClassName
{
border-color: #2E00AA;
}
.TagClassName
{
border-color: #2E00AA;
}
</style>