Shades of Ultramarine #2D1DAA
Tints of Ultramarine #2D1DAA
RGB
CMYK
RGB Variations
Color information
#2D1DAA (or 0x2D1DAA) is known color: Ultramarine. HEX triplet: 2D, 1D and AA. RGB value is (45,29,170). Sum of RGB (Red+Green+Blue) = 45+29+170=244 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.44% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 170 (66.80% from 255 or 69.67% from 244); Max value from RGB is 170 - color contains mainly: blue. Hex color #2D1DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1DAA is #D2E255. Grayscale: #313131. Windows color (decimal): -13820502 or 11148589. OLE color: 11148589.
HSL color Cylindrical-coordinate representation of color #2D1DAA: hue angle of 246.81º 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 #2D1DAA is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 29 | 170 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.33 |
| HSL | 246.81º | 0.71% | 0.39% | - |
| HSV(B) | 246.81º | 0.83% | 0.67% | - |
| XYZ | 8.78 | 4.34 | 38.41 | - |
| YUV | 49.86 | 195.8 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 29 | 170 | 0.74 | 0.83 | 0 | 0.33 | 246.81 | 0.71 | 0.39 |
| Hex | 2D | 1D | AA | 4A | 53 | 0 | 21 | F7 | 47 | 27 |
| Octal | 55 | 35 | 252 | 112 | 123 | 0 | 41 | 367 | 107 | 47 |
| Binary | 101101 | 11101 | 10101010 | 1001010 | 1010011 | 0 | 100001 | 11110111 | 1000111 | 100111 |
Color Harmonies of #2D1DAA
Complementary color
Monochromatic Colors of #2D1DAA
Black with #2D1DAA
Text Example
Text Example
White with #2D1DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1DAA; }
p { color: rgb(45,29,170); }
H1.HeaderClassName
{
color: #2D1DAA;
}
.AnyTagClassName
{
color: #2D1DAA;
}
</style>
background-color css
<style>
a { background-color: #2D1DAA; }
a { background-color: rgb(45,29,170); }
div.DivClassName
{
background-color: #2D1DAA;
}
.BgClassName
{
background-color: #2D1DAA;
}
</style>
border-color css
<style>
span { border-color: #2D1DAA; }
span { border-color: rgb(45,29,170); }
td.TdClassName
{
border-color: #2D1DAA;
}
.TagClassName
{
border-color: #2D1DAA;
}
</style>