Shades of Ultramarine #2E089E
Tints of Ultramarine #2E089E
RGB
CMYK
RGB Variations
Color information
#2E089E (or 0x2E089E) is known color: Ultramarine. HEX triplet: 2E, 08 and 9E. RGB value is (46,8,158). Sum of RGB (Red+Green+Blue) = 46+8+158=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 158 (62.11% from 255 or 74.53% from 212); Max value from RGB is 158 - color contains mainly: blue. Hex color #2E089E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E089E is #D1F761. Grayscale: #232323. Windows color (decimal): -13760354 or 10356782. OLE color: 10356782.
HSL color Cylindrical-coordinate representation of color #2E089E: hue angle of 255.2º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E089E is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 8 | 158 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.38 |
| HSL | 255.2º | 0.9% | 0.33% | - |
| HSV(B) | 255.2º | 0.95% | 0.62% | - |
| XYZ | 7.39 | 3.22 | 32.58 | - |
| YUV | 36.46 | 196.59 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 8 | 158 | 0.71 | 0.95 | 0 | 0.38 | 255.2 | 0.9 | 0.33 |
| Hex | 2E | 8 | 9E | 47 | 5F | 0 | 26 | FF | 5A | 21 |
| Octal | 56 | 10 | 236 | 107 | 137 | 0 | 46 | 377 | 132 | 41 |
| Binary | 101110 | 1000 | 10011110 | 1000111 | 1011111 | 0 | 100110 | 11111111 | 1011010 | 100001 |
Color Harmonies of #2E089E
Complementary color
Monochromatic Colors of #2E089E
Black with #2E089E
Text Example
Text Example
White with #2E089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E089E; }
p { color: rgb(46,8,158); }
H1.HeaderClassName
{
color: #2E089E;
}
.AnyTagClassName
{
color: #2E089E;
}
</style>
background-color css
<style>
a { background-color: #2E089E; }
a { background-color: rgb(46,8,158); }
div.DivClassName
{
background-color: #2E089E;
}
.BgClassName
{
background-color: #2E089E;
}
</style>
border-color css
<style>
span { border-color: #2E089E; }
span { border-color: rgb(46,8,158); }
td.TdClassName
{
border-color: #2E089E;
}
.TagClassName
{
border-color: #2E089E;
}
</style>