Shades of Ultramarine #2D1E99
Tints of Ultramarine #2D1E99
RGB
CMYK
RGB Variations
Color information
#2D1E99 (or 0x2D1E99) is known color: Ultramarine. HEX triplet: 2D, 1E and 99. RGB value is (45,30,153). Sum of RGB (Red+Green+Blue) = 45+30+153=228 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.74% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 153 (60.16% from 255 or 67.11% from 228); Max value from RGB is 153 - color contains mainly: blue. Hex color #2D1E99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1E99 is #D2E166. Grayscale: #303030. Windows color (decimal): -13820263 or 10034733. OLE color: 10034733.
HSL color Cylindrical-coordinate representation of color #2D1E99: hue angle of 247.32º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D1E99 is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 45 | 30 | 153 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.4 |
| HSL | 247.32º | 0.67% | 0.36% | - |
| HSV(B) | 247.32º | 0.8% | 0.6% | - |
| XYZ | 7.3 | 3.79 | 30.48 | - |
| YUV | 48.51 | 186.97 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 30 | 153 | 0.71 | 0.80 | 0 | 0.4 | 247.32 | 0.67 | 0.36 |
| Hex | 2D | 1E | 99 | 47 | 50 | 0 | 28 | F7 | 43 | 24 |
| Octal | 55 | 36 | 231 | 107 | 120 | 0 | 50 | 367 | 103 | 44 |
| Binary | 101101 | 11110 | 10011001 | 1000111 | 1010000 | 0 | 101000 | 11110111 | 1000011 | 100100 |
Color Harmonies of #2D1E99
Complementary color
Monochromatic Colors of #2D1E99
Black with #2D1E99
Text Example
Text Example
White with #2D1E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1E99; }
p { color: rgb(45,30,153); }
H1.HeaderClassName
{
color: #2D1E99;
}
.AnyTagClassName
{
color: #2D1E99;
}
</style>
background-color css
<style>
a { background-color: #2D1E99; }
a { background-color: rgb(45,30,153); }
div.DivClassName
{
background-color: #2D1E99;
}
.BgClassName
{
background-color: #2D1E99;
}
</style>
border-color css
<style>
span { border-color: #2D1E99; }
span { border-color: rgb(45,30,153); }
td.TdClassName
{
border-color: #2D1E99;
}
.TagClassName
{
border-color: #2D1E99;
}
</style>