Shades of Ultramarine #2E099E
Tints of Ultramarine #2E099E
RGB
CMYK
RGB Variations
Color information
#2E099E (or 0x2E099E) is known color: Ultramarine. HEX triplet: 2E, 09 and 9E. RGB value is (46,9,158). Sum of RGB (Red+Green+Blue) = 46+9+158=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 158 (62.11% from 255 or 74.18% from 213); Max value from RGB is 158 - color contains mainly: blue. Hex color #2E099E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E099E is #D1F661. Grayscale: #242424. Windows color (decimal): -13760098 or 10357038. OLE color: 10357038.
HSL color Cylindrical-coordinate representation of color #2E099E: hue angle of 254.9º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E099E is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 9 | 158 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.38 |
| HSL | 254.9º | 0.89% | 0.33% | - |
| HSV(B) | 254.9º | 0.94% | 0.62% | - |
| XYZ | 7.4 | 3.24 | 32.58 | - |
| YUV | 37.05 | 196.26 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 9 | 158 | 0.71 | 0.94 | 0 | 0.38 | 254.9 | 0.89 | 0.33 |
| Hex | 2E | 9 | 9E | 47 | 5E | 0 | 26 | FF | 59 | 21 |
| Octal | 56 | 11 | 236 | 107 | 136 | 0 | 46 | 377 | 131 | 41 |
| Binary | 101110 | 1001 | 10011110 | 1000111 | 1011110 | 0 | 100110 | 11111111 | 1011001 | 100001 |
Color Harmonies of #2E099E
Complementary color
Monochromatic Colors of #2E099E
Black with #2E099E
Text Example
Text Example
White with #2E099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E099E; }
p { color: rgb(46,9,158); }
H1.HeaderClassName
{
color: #2E099E;
}
.AnyTagClassName
{
color: #2E099E;
}
</style>
background-color css
<style>
a { background-color: #2E099E; }
a { background-color: rgb(46,9,158); }
div.DivClassName
{
background-color: #2E099E;
}
.BgClassName
{
background-color: #2E099E;
}
</style>
border-color css
<style>
span { border-color: #2E099E; }
span { border-color: rgb(46,9,158); }
td.TdClassName
{
border-color: #2E099E;
}
.TagClassName
{
border-color: #2E099E;
}
</style>