Shades of Ultramarine #2E09AA
Tints of Ultramarine #2E09AA
RGB
CMYK
RGB Variations
Color information
#2E09AA (or 0x2E09AA) is known color: Ultramarine. HEX triplet: 2E, 09 and AA. RGB value is (46,9,170). Sum of RGB (Red+Green+Blue) = 46+9+170=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 170 (66.80% from 255 or 75.56% from 225); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E09AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E09AA is #D1F655. Grayscale: #252525. Windows color (decimal): -13760086 or 11143470. OLE color: 11143470.
HSL color Cylindrical-coordinate representation of color #2E09AA: hue angle of 253.79º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E09AA is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 9 | 170 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.33 |
| HSL | 253.79º | 0.9% | 0.35% | - |
| HSV(B) | 253.79º | 0.95% | 0.67% | - |
| XYZ | 8.48 | 3.68 | 38.29 | - |
| YUV | 38.42 | 202.26 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 9 | 170 | 0.73 | 0.95 | 0 | 0.33 | 253.79 | 0.9 | 0.35 |
| Hex | 2E | 9 | AA | 49 | 5F | 0 | 21 | FE | 5A | 23 |
| Octal | 56 | 11 | 252 | 111 | 137 | 0 | 41 | 376 | 132 | 43 |
| Binary | 101110 | 1001 | 10101010 | 1001001 | 1011111 | 0 | 100001 | 11111110 | 1011010 | 100011 |
Color Harmonies of #2E09AA
Complementary color
Monochromatic Colors of #2E09AA
Black with #2E09AA
Text Example
Text Example
White with #2E09AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E09AA; }
p { color: rgb(46,9,170); }
H1.HeaderClassName
{
color: #2E09AA;
}
.AnyTagClassName
{
color: #2E09AA;
}
</style>
background-color css
<style>
a { background-color: #2E09AA; }
a { background-color: rgb(46,9,170); }
div.DivClassName
{
background-color: #2E09AA;
}
.BgClassName
{
background-color: #2E09AA;
}
</style>
border-color css
<style>
span { border-color: #2E09AA; }
span { border-color: rgb(46,9,170); }
td.TdClassName
{
border-color: #2E09AA;
}
.TagClassName
{
border-color: #2E09AA;
}
</style>