Shades of Ultramarine #2E02AC
Tints of Ultramarine #2E02AC
RGB
CMYK
RGB Variations
Color information
#2E02AC (or 0x2E02AC) is known color: Ultramarine. HEX triplet: 2E, 02 and AC. RGB value is (46,2,172). Sum of RGB (Red+Green+Blue) = 46+2+172=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 172 (67.58% from 255 or 78.18% from 220); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E02AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E02AC is #D1FD53. Grayscale: #212121. Windows color (decimal): -13761876 or 11272750. OLE color: 11272750.
HSL color Cylindrical-coordinate representation of color #2E02AC: hue angle of 255.53º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E02AC is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 2 | 172 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.33 |
| HSL | 255.53º | 0.98% | 0.34% | - |
| HSV(B) | 255.53º | 0.99% | 0.67% | - |
| XYZ | 8.59 | 3.6 | 39.27 | - |
| YUV | 34.54 | 205.58 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 172 | 0.73 | 0.99 | 0 | 0.33 | 255.53 | 0.98 | 0.34 |
| Hex | 2E | 2 | AC | 49 | 63 | 0 | 21 | 100 | 62 | 22 |
| Octal | 56 | 2 | 254 | 111 | 143 | 0 | 41 | 400 | 142 | 42 |
| Binary | 101110 | 10 | 10101100 | 1001001 | 1100011 | 0 | 100001 | 100000000 | 1100010 | 100010 |
Color Harmonies of #2E02AC
Complementary color
Monochromatic Colors of #2E02AC
Black with #2E02AC
Text Example
Text Example
White with #2E02AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E02AC; }
p { color: rgb(46,2,172); }
H1.HeaderClassName
{
color: #2E02AC;
}
.AnyTagClassName
{
color: #2E02AC;
}
</style>
background-color css
<style>
a { background-color: #2E02AC; }
a { background-color: rgb(46,2,172); }
div.DivClassName
{
background-color: #2E02AC;
}
.BgClassName
{
background-color: #2E02AC;
}
</style>
border-color css
<style>
span { border-color: #2E02AC; }
span { border-color: rgb(46,2,172); }
td.TdClassName
{
border-color: #2E02AC;
}
.TagClassName
{
border-color: #2E02AC;
}
</style>