Shades of Ultramarine #2D1299
Tints of Ultramarine #2D1299
RGB
CMYK
RGB Variations
Color information
#2D1299 (or 0x2D1299) is known color: Ultramarine. HEX triplet: 2D, 12 and 99. RGB value is (45,18,153). Sum of RGB (Red+Green+Blue) = 45+18+153=216 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.83% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 153 (60.16% from 255 or 70.83% from 216); Max value from RGB is 153 - color contains mainly: blue. Hex color #2D1299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1299 is #D2ED66. Grayscale: #282828. Windows color (decimal): -13823335 or 10031661. OLE color: 10031661.
HSL color Cylindrical-coordinate representation of color #2D1299: hue angle of 252º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D1299 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 45 | 18 | 153 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.4 |
| HSL | 252º | 0.79% | 0.34% | - |
| HSV(B) | 252º | 0.88% | 0.6% | - |
| XYZ | 7.05 | 3.29 | 30.4 | - |
| YUV | 41.46 | 190.95 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 18 | 153 | 0.71 | 0.88 | 0 | 0.4 | 252 | 0.79 | 0.34 |
| Hex | 2D | 12 | 99 | 47 | 58 | 0 | 28 | FC | 4F | 22 |
| Octal | 55 | 22 | 231 | 107 | 130 | 0 | 50 | 374 | 117 | 42 |
| Binary | 101101 | 10010 | 10011001 | 1000111 | 1011000 | 0 | 101000 | 11111100 | 1001111 | 100010 |
Color Harmonies of #2D1299
Complementary color
Monochromatic Colors of #2D1299
Black with #2D1299
Text Example
Text Example
White with #2D1299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1299; }
p { color: rgb(45,18,153); }
H1.HeaderClassName
{
color: #2D1299;
}
.AnyTagClassName
{
color: #2D1299;
}
</style>
background-color css
<style>
a { background-color: #2D1299; }
a { background-color: rgb(45,18,153); }
div.DivClassName
{
background-color: #2D1299;
}
.BgClassName
{
background-color: #2D1299;
}
</style>
border-color css
<style>
span { border-color: #2D1299; }
span { border-color: rgb(45,18,153); }
td.TdClassName
{
border-color: #2D1299;
}
.TagClassName
{
border-color: #2D1299;
}
</style>