Shades of Ultramarine #2D1EAA
Tints of Ultramarine #2D1EAA
RGB
CMYK
RGB Variations
Color information
#2D1EAA (or 0x2D1EAA) is known color: Ultramarine. HEX triplet: 2D, 1E and AA. RGB value is (45,30,170). Sum of RGB (Red+Green+Blue) = 45+30+170=245 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.37% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 170 (66.80% from 255 or 69.39% from 245); Max value from RGB is 170 - color contains mainly: blue. Hex color #2D1EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1EAA is #D2E155. Grayscale: #313131. Windows color (decimal): -13820246 or 11148845. OLE color: 11148845.
HSL color Cylindrical-coordinate representation of color #2D1EAA: hue angle of 246.43º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D1EAA is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 30 | 170 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.33 |
| HSL | 246.43º | 0.7% | 0.39% | - |
| HSV(B) | 246.43º | 0.82% | 0.67% | - |
| XYZ | 8.8 | 4.39 | 38.41 | - |
| YUV | 50.45 | 195.47 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 30 | 170 | 0.74 | 0.82 | 0 | 0.33 | 246.43 | 0.7 | 0.39 |
| Hex | 2D | 1E | AA | 4A | 52 | 0 | 21 | F6 | 46 | 27 |
| Octal | 55 | 36 | 252 | 112 | 122 | 0 | 41 | 366 | 106 | 47 |
| Binary | 101101 | 11110 | 10101010 | 1001010 | 1010010 | 0 | 100001 | 11110110 | 1000110 | 100111 |
Color Harmonies of #2D1EAA
Complementary color
Monochromatic Colors of #2D1EAA
Black with #2D1EAA
Text Example
Text Example
White with #2D1EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1EAA; }
p { color: rgb(45,30,170); }
H1.HeaderClassName
{
color: #2D1EAA;
}
.AnyTagClassName
{
color: #2D1EAA;
}
</style>
background-color css
<style>
a { background-color: #2D1EAA; }
a { background-color: rgb(45,30,170); }
div.DivClassName
{
background-color: #2D1EAA;
}
.BgClassName
{
background-color: #2D1EAA;
}
</style>
border-color css
<style>
span { border-color: #2D1EAA; }
span { border-color: rgb(45,30,170); }
td.TdClassName
{
border-color: #2D1EAA;
}
.TagClassName
{
border-color: #2D1EAA;
}
</style>