Shades of Ultramarine #2E00AC
Tints of Ultramarine #2E00AC
RGB
CMYK
RGB Variations
Color information
#2E00AC (or 0x2E00AC) is known color: Ultramarine. HEX triplet: 2E, 00 and AC. RGB value is (46,0,172). Sum of RGB (Red+Green+Blue) = 46+0+172=218 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.10% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 172 (67.58% from 255 or 78.90% from 218); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E00AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E00AC is #D1FF53. Grayscale: #202020. Windows color (decimal): -13762388 or 11272238. OLE color: 11272238.
HSL color Cylindrical-coordinate representation of color #2E00AC: hue angle of 256.05º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E00AC is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 0 | 172 | - |
| CMYK | 0.73 | 1 | 0 | 0.33 |
| HSL | 256.05º | 1% | 0.34% | - |
| HSV(B) | 256.05º | 1% | 0.67% | - |
| XYZ | 8.57 | 3.56 | 39.26 | - |
| YUV | 33.36 | 206.24 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 172 | 0.73 | 1 | 0 | 0.33 | 256.05 | 1 | 0.34 |
| Hex | 2E | 0 | AC | 49 | 64 | 0 | 21 | 100 | 64 | 22 |
| Octal | 56 | 0 | 254 | 111 | 144 | 0 | 41 | 400 | 144 | 42 |
| Binary | 101110 | 0 | 10101100 | 1001001 | 1100100 | 0 | 100001 | 100000000 | 1100100 | 100010 |
Color Harmonies of #2E00AC
Complementary color
Monochromatic Colors of #2E00AC
Black with #2E00AC
Text Example
Text Example
White with #2E00AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E00AC; }
p { color: rgb(46,0,172); }
H1.HeaderClassName
{
color: #2E00AC;
}
.AnyTagClassName
{
color: #2E00AC;
}
</style>
background-color css
<style>
a { background-color: #2E00AC; }
a { background-color: rgb(46,0,172); }
div.DivClassName
{
background-color: #2E00AC;
}
.BgClassName
{
background-color: #2E00AC;
}
</style>
border-color css
<style>
span { border-color: #2E00AC; }
span { border-color: rgb(46,0,172); }
td.TdClassName
{
border-color: #2E00AC;
}
.TagClassName
{
border-color: #2E00AC;
}
</style>