Shades of Ultramarine #2E0DAD
Tints of Ultramarine #2E0DAD
RGB
CMYK
RGB Variations
Color information
#2E0DAD (or 0x2E0DAD) is known color: Ultramarine. HEX triplet: 2E, 0D and AD. RGB value is (46,13,173). Sum of RGB (Red+Green+Blue) = 46+13+173=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #2E0DAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0DAD is #D1F252. Grayscale: #282828. Windows color (decimal): -13759059 or 11341102. OLE color: 11341102.
HSL color Cylindrical-coordinate representation of color #2E0DAD: hue angle of 252.38º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2E0DAD is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 13 | 173 | - |
| CMYK | 0.73 | 0.92 | 0 | 0.32 |
| HSL | 252.38º | 0.86% | 0.36% | - |
| HSV(B) | 252.38º | 0.92% | 0.68% | - |
| XYZ | 8.81 | 3.89 | 39.82 | - |
| YUV | 41.11 | 202.43 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 13 | 173 | 0.73 | 0.92 | 0 | 0.32 | 252.38 | 0.86 | 0.36 |
| Hex | 2E | D | AD | 49 | 5C | 0 | 20 | FC | 56 | 24 |
| Octal | 56 | 15 | 255 | 111 | 134 | 0 | 40 | 374 | 126 | 44 |
| Binary | 101110 | 1101 | 10101101 | 1001001 | 1011100 | 0 | 100000 | 11111100 | 1010110 | 100100 |
Color Harmonies of #2E0DAD
Complementary color
Monochromatic Colors of #2E0DAD
Black with #2E0DAD
Text Example
Text Example
White with #2E0DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0DAD; }
p { color: rgb(46,13,173); }
H1.HeaderClassName
{
color: #2E0DAD;
}
.AnyTagClassName
{
color: #2E0DAD;
}
</style>
background-color css
<style>
a { background-color: #2E0DAD; }
a { background-color: rgb(46,13,173); }
div.DivClassName
{
background-color: #2E0DAD;
}
.BgClassName
{
background-color: #2E0DAD;
}
</style>
border-color css
<style>
span { border-color: #2E0DAD; }
span { border-color: rgb(46,13,173); }
td.TdClassName
{
border-color: #2E0DAD;
}
.TagClassName
{
border-color: #2E0DAD;
}
</style>