Shades of Ultramarine #2E09AC
Tints of Ultramarine #2E09AC
RGB
CMYK
RGB Variations
Color information
#2E09AC (or 0x2E09AC) is known color: Ultramarine. HEX triplet: 2E, 09 and AC. RGB value is (46,9,172). Sum of RGB (Red+Green+Blue) = 46+9+172=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 172 (67.58% from 255 or 75.77% from 227); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E09AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E09AC is #D1F653. Grayscale: #262626. Windows color (decimal): -13760084 or 11274542. OLE color: 11274542.
HSL color Cylindrical-coordinate representation of color #2E09AC: hue angle of 253.62º 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 #2E09AC is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 9 | 172 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.33 |
| HSL | 253.62º | 0.9% | 0.35% | - |
| HSV(B) | 253.62º | 0.95% | 0.67% | - |
| XYZ | 8.67 | 3.75 | 39.3 | - |
| YUV | 38.65 | 203.26 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 9 | 172 | 0.73 | 0.95 | 0 | 0.33 | 253.62 | 0.9 | 0.35 |
| Hex | 2E | 9 | AC | 49 | 5F | 0 | 21 | FE | 5A | 23 |
| Octal | 56 | 11 | 254 | 111 | 137 | 0 | 41 | 376 | 132 | 43 |
| Binary | 101110 | 1001 | 10101100 | 1001001 | 1011111 | 0 | 100001 | 11111110 | 1011010 | 100011 |
Color Harmonies of #2E09AC
Complementary color
Monochromatic Colors of #2E09AC
Black with #2E09AC
Text Example
Text Example
White with #2E09AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E09AC; }
p { color: rgb(46,9,172); }
H1.HeaderClassName
{
color: #2E09AC;
}
.AnyTagClassName
{
color: #2E09AC;
}
</style>
background-color css
<style>
a { background-color: #2E09AC; }
a { background-color: rgb(46,9,172); }
div.DivClassName
{
background-color: #2E09AC;
}
.BgClassName
{
background-color: #2E09AC;
}
</style>
border-color css
<style>
span { border-color: #2E09AC; }
span { border-color: rgb(46,9,172); }
td.TdClassName
{
border-color: #2E09AC;
}
.TagClassName
{
border-color: #2E09AC;
}
</style>