Shades of Ultramarine #2D1998
Tints of Ultramarine #2D1998
RGB
CMYK
RGB Variations
Color information
#2D1998 (or 0x2D1998) is known color: Ultramarine. HEX triplet: 2D, 19 and 98. RGB value is (45,25,152). Sum of RGB (Red+Green+Blue) = 45+25+152=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 152 (59.77% from 255 or 68.47% from 222); Max value from RGB is 152 - color contains mainly: blue. Hex color #2D1998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1998 is #D2E667. Grayscale: #2C2C2C. Windows color (decimal): -13821544 or 9967917. OLE color: 9967917.
HSL color Cylindrical-coordinate representation of color #2D1998: hue angle of 249.45º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D1998 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 45 | 25 | 152 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.40 |
| HSL | 249.45º | 0.72% | 0.35% | - |
| HSV(B) | 249.45º | 0.84% | 0.6% | - |
| XYZ | 7.1 | 3.52 | 30.01 | - |
| YUV | 45.46 | 188.13 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 152 | 0.70 | 0.84 | 0 | 0.40 | 249.45 | 0.72 | 0.35 |
| Hex | 2D | 19 | 98 | 46 | 54 | 0 | 28 | F9 | 48 | 23 |
| Octal | 55 | 31 | 230 | 106 | 124 | 0 | 50 | 371 | 110 | 43 |
| Binary | 101101 | 11001 | 10011000 | 1000110 | 1010100 | 0 | 101000 | 11111001 | 1001000 | 100011 |
Color Harmonies of #2D1998
Complementary color
Monochromatic Colors of #2D1998
Black with #2D1998
Text Example
Text Example
White with #2D1998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1998; }
p { color: rgb(45,25,152); }
H1.HeaderClassName
{
color: #2D1998;
}
.AnyTagClassName
{
color: #2D1998;
}
</style>
background-color css
<style>
a { background-color: #2D1998; }
a { background-color: rgb(45,25,152); }
div.DivClassName
{
background-color: #2D1998;
}
.BgClassName
{
background-color: #2D1998;
}
</style>
border-color css
<style>
span { border-color: #2D1998; }
span { border-color: rgb(45,25,152); }
td.TdClassName
{
border-color: #2D1998;
}
.TagClassName
{
border-color: #2D1998;
}
</style>