Shades of Ultramarine #2D1DAB
Tints of Ultramarine #2D1DAB
RGB
CMYK
RGB Variations
Color information
#2D1DAB (or 0x2D1DAB) is known color: Ultramarine. HEX triplet: 2D, 1D and AB. RGB value is (45,29,171). Sum of RGB (Red+Green+Blue) = 45+29+171=245 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.37% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D1DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1DAB is #D2E254. Grayscale: #313131. Windows color (decimal): -13820501 or 11214125. OLE color: 11214125.
HSL color Cylindrical-coordinate representation of color #2D1DAB: hue angle of 246.76º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2D1DAB is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 29 | 171 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.33 |
| HSL | 246.76º | 0.71% | 0.39% | - |
| HSV(B) | 246.76º | 0.83% | 0.67% | - |
| XYZ | 8.87 | 4.38 | 38.91 | - |
| YUV | 49.97 | 196.3 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 29 | 171 | 0.74 | 0.83 | 0 | 0.33 | 246.76 | 0.71 | 0.39 |
| Hex | 2D | 1D | AB | 4A | 53 | 0 | 21 | F7 | 47 | 27 |
| Octal | 55 | 35 | 253 | 112 | 123 | 0 | 41 | 367 | 107 | 47 |
| Binary | 101101 | 11101 | 10101011 | 1001010 | 1010011 | 0 | 100001 | 11110111 | 1000111 | 100111 |
Color Harmonies of #2D1DAB
Complementary color
Monochromatic Colors of #2D1DAB
Black with #2D1DAB
Text Example
Text Example
White with #2D1DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1DAB; }
p { color: rgb(45,29,171); }
H1.HeaderClassName
{
color: #2D1DAB;
}
.AnyTagClassName
{
color: #2D1DAB;
}
</style>
background-color css
<style>
a { background-color: #2D1DAB; }
a { background-color: rgb(45,29,171); }
div.DivClassName
{
background-color: #2D1DAB;
}
.BgClassName
{
background-color: #2D1DAB;
}
</style>
border-color css
<style>
span { border-color: #2D1DAB; }
span { border-color: rgb(45,29,171); }
td.TdClassName
{
border-color: #2D1DAB;
}
.TagClassName
{
border-color: #2D1DAB;
}
</style>