Shades of Ultramarine #2D1CAB
Tints of Ultramarine #2D1CAB
RGB
CMYK
RGB Variations
Color information
#2D1CAB (or 0x2D1CAB) is known color: Ultramarine. HEX triplet: 2D, 1C and AB. RGB value is (45,28,171). Sum of RGB (Red+Green+Blue) = 45+28+171=244 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.44% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 171 (67.19% from 255 or 70.08% from 244); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D1CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1CAB is #D2E354. Grayscale: #303030. Windows color (decimal): -13820757 or 11213869. OLE color: 11213869.
HSL color Cylindrical-coordinate representation of color #2D1CAB: hue angle of 247.13º degrees, saturation: 0.72, 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 #2D1CAB is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 28 | 171 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.33 |
| HSL | 247.13º | 0.72% | 0.39% | - |
| HSV(B) | 247.13º | 0.84% | 0.67% | - |
| XYZ | 8.85 | 4.33 | 38.9 | - |
| YUV | 49.39 | 196.63 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 28 | 171 | 0.74 | 0.84 | 0 | 0.33 | 247.13 | 0.72 | 0.39 |
| Hex | 2D | 1C | AB | 4A | 54 | 0 | 21 | F7 | 48 | 27 |
| Octal | 55 | 34 | 253 | 112 | 124 | 0 | 41 | 367 | 110 | 47 |
| Binary | 101101 | 11100 | 10101011 | 1001010 | 1010100 | 0 | 100001 | 11110111 | 1001000 | 100111 |
Color Harmonies of #2D1CAB
Complementary color
Monochromatic Colors of #2D1CAB
Black with #2D1CAB
Text Example
Text Example
White with #2D1CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1CAB; }
p { color: rgb(45,28,171); }
H1.HeaderClassName
{
color: #2D1CAB;
}
.AnyTagClassName
{
color: #2D1CAB;
}
</style>
background-color css
<style>
a { background-color: #2D1CAB; }
a { background-color: rgb(45,28,171); }
div.DivClassName
{
background-color: #2D1CAB;
}
.BgClassName
{
background-color: #2D1CAB;
}
</style>
border-color css
<style>
span { border-color: #2D1CAB; }
span { border-color: rgb(45,28,171); }
td.TdClassName
{
border-color: #2D1CAB;
}
.TagClassName
{
border-color: #2D1CAB;
}
</style>