Shades of Ultramarine #2D1EA9
Tints of Ultramarine #2D1EA9
RGB
CMYK
RGB Variations
Color information
#2D1EA9 (or 0x2D1EA9) is known color: Ultramarine. HEX triplet: 2D, 1E and A9. RGB value is (45,30,169). Sum of RGB (Red+Green+Blue) = 45+30+169=244 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.44% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 169 (66.41% from 255 or 69.26% from 244); Max value from RGB is 169 - color contains mainly: blue. Hex color #2D1EA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1EA9 is #D2E156. Grayscale: #313131. Windows color (decimal): -13820247 or 11083309. OLE color: 11083309.
HSL color Cylindrical-coordinate representation of color #2D1EA9: hue angle of 246.47º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D1EA9 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 45 | 30 | 169 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.34 |
| HSL | 246.47º | 0.7% | 0.39% | - |
| HSV(B) | 246.47º | 0.82% | 0.66% | - |
| XYZ | 8.71 | 4.35 | 37.92 | - |
| YUV | 50.33 | 194.97 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 30 | 169 | 0.73 | 0.82 | 0 | 0.34 | 246.47 | 0.7 | 0.39 |
| Hex | 2D | 1E | A9 | 49 | 52 | 0 | 22 | F6 | 46 | 27 |
| Octal | 55 | 36 | 251 | 111 | 122 | 0 | 42 | 366 | 106 | 47 |
| Binary | 101101 | 11110 | 10101001 | 1001001 | 1010010 | 0 | 100010 | 11110110 | 1000110 | 100111 |
Color Harmonies of #2D1EA9
Complementary color
Monochromatic Colors of #2D1EA9
Black with #2D1EA9
Text Example
Text Example
White with #2D1EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1EA9; }
p { color: rgb(45,30,169); }
H1.HeaderClassName
{
color: #2D1EA9;
}
.AnyTagClassName
{
color: #2D1EA9;
}
</style>
background-color css
<style>
a { background-color: #2D1EA9; }
a { background-color: rgb(45,30,169); }
div.DivClassName
{
background-color: #2D1EA9;
}
.BgClassName
{
background-color: #2D1EA9;
}
</style>
border-color css
<style>
span { border-color: #2D1EA9; }
span { border-color: rgb(45,30,169); }
td.TdClassName
{
border-color: #2D1EA9;
}
.TagClassName
{
border-color: #2D1EA9;
}
</style>