Shades of Ultramarine #2D1AAB
Tints of Ultramarine #2D1AAB
RGB
CMYK
RGB Variations
Color information
#2D1AAB (or 0x2D1AAB) is known color: Ultramarine. HEX triplet: 2D, 1A and AB. RGB value is (45,26,171). Sum of RGB (Red+Green+Blue) = 45+26+171=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 171 (67.19% from 255 or 70.66% from 242); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D1AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1AAB is #D2E554. Grayscale: #2F2F2F. Windows color (decimal): -13821269 or 11213357. OLE color: 11213357.
HSL color Cylindrical-coordinate representation of color #2D1AAB: hue angle of 247.86º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D1AAB is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 26 | 171 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.33 |
| HSL | 247.86º | 0.74% | 0.39% | - |
| HSV(B) | 247.86º | 0.85% | 0.67% | - |
| XYZ | 8.8 | 4.24 | 38.88 | - |
| YUV | 48.21 | 197.29 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 26 | 171 | 0.74 | 0.85 | 0 | 0.33 | 247.86 | 0.74 | 0.39 |
| Hex | 2D | 1A | AB | 4A | 55 | 0 | 21 | F8 | 4A | 27 |
| Octal | 55 | 32 | 253 | 112 | 125 | 0 | 41 | 370 | 112 | 47 |
| Binary | 101101 | 11010 | 10101011 | 1001010 | 1010101 | 0 | 100001 | 11111000 | 1001010 | 100111 |
Color Harmonies of #2D1AAB
Complementary color
Monochromatic Colors of #2D1AAB
Black with #2D1AAB
Text Example
Text Example
White with #2D1AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1AAB; }
p { color: rgb(45,26,171); }
H1.HeaderClassName
{
color: #2D1AAB;
}
.AnyTagClassName
{
color: #2D1AAB;
}
</style>
background-color css
<style>
a { background-color: #2D1AAB; }
a { background-color: rgb(45,26,171); }
div.DivClassName
{
background-color: #2D1AAB;
}
.BgClassName
{
background-color: #2D1AAB;
}
</style>
border-color css
<style>
span { border-color: #2D1AAB; }
span { border-color: rgb(45,26,171); }
td.TdClassName
{
border-color: #2D1AAB;
}
.TagClassName
{
border-color: #2D1AAB;
}
</style>