Shades of Ultramarine #2E17AC
Tints of Ultramarine #2E17AC
RGB
CMYK
RGB Variations
Color information
#2E17AC (or 0x2E17AC) is known color: Ultramarine. HEX triplet: 2E, 17 and AC. RGB value is (46,23,172). Sum of RGB (Red+Green+Blue) = 46+23+172=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 172 (67.58% from 255 or 71.37% from 241); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E17AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E17AC is #D1E853. Grayscale: #2E2E2E. Windows color (decimal): -13756500 or 11278126. OLE color: 11278126.
HSL color Cylindrical-coordinate representation of color #2E17AC: hue angle of 249.26º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2E17AC is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 23 | 172 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.33 |
| HSL | 249.26º | 0.76% | 0.38% | - |
| HSV(B) | 249.26º | 0.87% | 0.67% | - |
| XYZ | 8.88 | 4.17 | 39.37 | - |
| YUV | 46.86 | 198.62 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 23 | 172 | 0.73 | 0.87 | 0 | 0.33 | 249.26 | 0.76 | 0.38 |
| Hex | 2E | 17 | AC | 49 | 57 | 0 | 21 | F9 | 4C | 26 |
| Octal | 56 | 27 | 254 | 111 | 127 | 0 | 41 | 371 | 114 | 46 |
| Binary | 101110 | 10111 | 10101100 | 1001001 | 1010111 | 0 | 100001 | 11111001 | 1001100 | 100110 |
Color Harmonies of #2E17AC
Complementary color
Monochromatic Colors of #2E17AC
Black with #2E17AC
Text Example
Text Example
White with #2E17AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E17AC; }
p { color: rgb(46,23,172); }
H1.HeaderClassName
{
color: #2E17AC;
}
.AnyTagClassName
{
color: #2E17AC;
}
</style>
background-color css
<style>
a { background-color: #2E17AC; }
a { background-color: rgb(46,23,172); }
div.DivClassName
{
background-color: #2E17AC;
}
.BgClassName
{
background-color: #2E17AC;
}
</style>
border-color css
<style>
span { border-color: #2E17AC; }
span { border-color: rgb(46,23,172); }
td.TdClassName
{
border-color: #2E17AC;
}
.TagClassName
{
border-color: #2E17AC;
}
</style>