Shades of Ultramarine #2E099D
Tints of Ultramarine #2E099D
RGB
CMYK
RGB Variations
Color information
#2E099D (or 0x2E099D) is known color: Ultramarine. HEX triplet: 2E, 09 and 9D. RGB value is (46,9,157). Sum of RGB (Red+Green+Blue) = 46+9+157=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 157 (61.72% from 255 or 74.06% from 212); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E099D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E099D is #D1F662. Grayscale: #242424. Windows color (decimal): -13760099 or 10291502. OLE color: 10291502.
HSL color Cylindrical-coordinate representation of color #2E099D: hue angle of 255º 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 #2E099D is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 9 | 157 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.38 |
| HSL | 255º | 0.89% | 0.33% | - |
| HSV(B) | 255º | 0.94% | 0.62% | - |
| XYZ | 7.31 | 3.21 | 32.13 | - |
| YUV | 36.94 | 195.76 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 9 | 157 | 0.71 | 0.94 | 0 | 0.38 | 255 | 0.89 | 0.33 |
| Hex | 2E | 9 | 9D | 47 | 5E | 0 | 26 | FF | 59 | 21 |
| Octal | 56 | 11 | 235 | 107 | 136 | 0 | 46 | 377 | 131 | 41 |
| Binary | 101110 | 1001 | 10011101 | 1000111 | 1011110 | 0 | 100110 | 11111111 | 1011001 | 100001 |
Color Harmonies of #2E099D
Complementary color
Monochromatic Colors of #2E099D
Black with #2E099D
Text Example
Text Example
White with #2E099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E099D; }
p { color: rgb(46,9,157); }
H1.HeaderClassName
{
color: #2E099D;
}
.AnyTagClassName
{
color: #2E099D;
}
</style>
background-color css
<style>
a { background-color: #2E099D; }
a { background-color: rgb(46,9,157); }
div.DivClassName
{
background-color: #2E099D;
}
.BgClassName
{
background-color: #2E099D;
}
</style>
border-color css
<style>
span { border-color: #2E099D; }
span { border-color: rgb(46,9,157); }
td.TdClassName
{
border-color: #2E099D;
}
.TagClassName
{
border-color: #2E099D;
}
</style>