Shades of Ultramarine #2D15AA
Tints of Ultramarine #2D15AA
RGB
CMYK
RGB Variations
Color information
#2D15AA (or 0x2D15AA) is known color: Ultramarine. HEX triplet: 2D, 15 and AA. RGB value is (45,21,170). Sum of RGB (Red+Green+Blue) = 45+21+170=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 170 (66.80% from 255 or 72.03% from 236); Max value from RGB is 170 - color contains mainly: blue. Hex color #2D15AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D15AA is #D2EA55. Grayscale: #2C2C2C. Windows color (decimal): -13822550 or 11146541. OLE color: 11146541.
HSL color Cylindrical-coordinate representation of color #2D15AA: hue angle of 249.66º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D15AA is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 21 | 170 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.33 |
| HSL | 249.66º | 0.78% | 0.37% | - |
| HSV(B) | 249.66º | 0.88% | 0.67% | - |
| XYZ | 8.61 | 4 | 38.35 | - |
| YUV | 45.16 | 198.45 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 21 | 170 | 0.74 | 0.88 | 0 | 0.33 | 249.66 | 0.78 | 0.37 |
| Hex | 2D | 15 | AA | 4A | 58 | 0 | 21 | FA | 4E | 25 |
| Octal | 55 | 25 | 252 | 112 | 130 | 0 | 41 | 372 | 116 | 45 |
| Binary | 101101 | 10101 | 10101010 | 1001010 | 1011000 | 0 | 100001 | 11111010 | 1001110 | 100101 |
Color Harmonies of #2D15AA
Complementary color
Monochromatic Colors of #2D15AA
Black with #2D15AA
Text Example
Text Example
White with #2D15AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D15AA; }
p { color: rgb(45,21,170); }
H1.HeaderClassName
{
color: #2D15AA;
}
.AnyTagClassName
{
color: #2D15AA;
}
</style>
background-color css
<style>
a { background-color: #2D15AA; }
a { background-color: rgb(45,21,170); }
div.DivClassName
{
background-color: #2D15AA;
}
.BgClassName
{
background-color: #2D15AA;
}
</style>
border-color css
<style>
span { border-color: #2D15AA; }
span { border-color: rgb(45,21,170); }
td.TdClassName
{
border-color: #2D15AA;
}
.TagClassName
{
border-color: #2D15AA;
}
</style>