Shades of Ultramarine #2E099C
Tints of Ultramarine #2E099C
RGB
CMYK
RGB Variations
Color information
#2E099C (or 0x2E099C) is known color: Ultramarine. HEX triplet: 2E, 09 and 9C. RGB value is (46,9,156). Sum of RGB (Red+Green+Blue) = 46+9+156=211 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.80% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 156 (61.33% from 255 or 73.93% from 211); Max value from RGB is 156 - color contains mainly: blue. Hex color #2E099C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E099C is #D1F663. Grayscale: #242424. Windows color (decimal): -13760100 or 10225966. OLE color: 10225966.
HSL color Cylindrical-coordinate representation of color #2E099C: hue angle of 255.1º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E099C is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 9 | 156 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.39 |
| HSL | 255.1º | 0.89% | 0.32% | - |
| HSV(B) | 255.1º | 0.94% | 0.61% | - |
| XYZ | 7.23 | 3.18 | 31.68 | - |
| YUV | 36.82 | 195.26 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 9 | 156 | 0.71 | 0.94 | 0 | 0.39 | 255.1 | 0.89 | 0.32 |
| Hex | 2E | 9 | 9C | 47 | 5E | 0 | 27 | FF | 59 | 20 |
| Octal | 56 | 11 | 234 | 107 | 136 | 0 | 47 | 377 | 131 | 40 |
| Binary | 101110 | 1001 | 10011100 | 1000111 | 1011110 | 0 | 100111 | 11111111 | 1011001 | 100000 |
Color Harmonies of #2E099C
Complementary color
Monochromatic Colors of #2E099C
Black with #2E099C
Text Example
Text Example
White with #2E099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E099C; }
p { color: rgb(46,9,156); }
H1.HeaderClassName
{
color: #2E099C;
}
.AnyTagClassName
{
color: #2E099C;
}
</style>
background-color css
<style>
a { background-color: #2E099C; }
a { background-color: rgb(46,9,156); }
div.DivClassName
{
background-color: #2E099C;
}
.BgClassName
{
background-color: #2E099C;
}
</style>
border-color css
<style>
span { border-color: #2E099C; }
span { border-color: rgb(46,9,156); }
td.TdClassName
{
border-color: #2E099C;
}
.TagClassName
{
border-color: #2E099C;
}
</style>