Shades of Ultramarine #2D1BAB
Tints of Ultramarine #2D1BAB
RGB
CMYK
RGB Variations
Color information
#2D1BAB (or 0x2D1BAB) is known color: Ultramarine. HEX triplet: 2D, 1B and AB. RGB value is (45,27,171). Sum of RGB (Red+Green+Blue) = 45+27+171=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D1BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1BAB is #D2E454. Grayscale: #303030. Windows color (decimal): -13821013 or 11213613. OLE color: 11213613.
HSL color Cylindrical-coordinate representation of color #2D1BAB: hue angle of 247.5º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D1BAB is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 27 | 171 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.33 |
| HSL | 247.5º | 0.73% | 0.39% | - |
| HSV(B) | 247.5º | 0.84% | 0.67% | - |
| XYZ | 8.82 | 4.28 | 38.89 | - |
| YUV | 48.8 | 196.96 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 27 | 171 | 0.74 | 0.84 | 0 | 0.33 | 247.5 | 0.73 | 0.39 |
| Hex | 2D | 1B | AB | 4A | 54 | 0 | 21 | F8 | 49 | 27 |
| Octal | 55 | 33 | 253 | 112 | 124 | 0 | 41 | 370 | 111 | 47 |
| Binary | 101101 | 11011 | 10101011 | 1001010 | 1010100 | 0 | 100001 | 11111000 | 1001001 | 100111 |
Color Harmonies of #2D1BAB
Complementary color
Monochromatic Colors of #2D1BAB
Black with #2D1BAB
Text Example
Text Example
White with #2D1BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1BAB; }
p { color: rgb(45,27,171); }
H1.HeaderClassName
{
color: #2D1BAB;
}
.AnyTagClassName
{
color: #2D1BAB;
}
</style>
background-color css
<style>
a { background-color: #2D1BAB; }
a { background-color: rgb(45,27,171); }
div.DivClassName
{
background-color: #2D1BAB;
}
.BgClassName
{
background-color: #2D1BAB;
}
</style>
border-color css
<style>
span { border-color: #2D1BAB; }
span { border-color: rgb(45,27,171); }
td.TdClassName
{
border-color: #2D1BAB;
}
.TagClassName
{
border-color: #2D1BAB;
}
</style>