Shades of Ultramarine #2D249F
Tints of Ultramarine #2D249F
RGB
CMYK
RGB Variations
Color information
#2D249F (or 0x2D249F) is known color: Ultramarine. HEX triplet: 2D, 24 and 9F. RGB value is (45,36,159). Sum of RGB (Red+Green+Blue) = 45+36+159=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 159 (62.5% from 255 or 66.25% from 240); Max value from RGB is 159 - color contains mainly: blue. Hex color #2D249F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D249F is #D2DB60. Grayscale: #343434. Windows color (decimal): -13818721 or 10429485. OLE color: 10429485.
HSL color Cylindrical-coordinate representation of color #2D249F: hue angle of 244.39º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D249F is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 36 | 159 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.38 |
| HSL | 244.39º | 0.63% | 0.38% | - |
| HSV(B) | 244.39º | 0.77% | 0.62% | - |
| XYZ | 7.97 | 4.32 | 33.22 | - |
| YUV | 52.71 | 187.98 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 36 | 159 | 0.72 | 0.77 | 0 | 0.38 | 244.39 | 0.63 | 0.38 |
| Hex | 2D | 24 | 9F | 48 | 4D | 0 | 26 | F4 | 3F | 26 |
| Octal | 55 | 44 | 237 | 110 | 115 | 0 | 46 | 364 | 77 | 46 |
| Binary | 101101 | 100100 | 10011111 | 1001000 | 1001101 | 0 | 100110 | 11110100 | 111111 | 100110 |
Color Harmonies of #2D249F
Complementary color
Monochromatic Colors of #2D249F
Black with #2D249F
Text Example
Text Example
White with #2D249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D249F; }
p { color: rgb(45,36,159); }
H1.HeaderClassName
{
color: #2D249F;
}
.AnyTagClassName
{
color: #2D249F;
}
</style>
background-color css
<style>
a { background-color: #2D249F; }
a { background-color: rgb(45,36,159); }
div.DivClassName
{
background-color: #2D249F;
}
.BgClassName
{
background-color: #2D249F;
}
</style>
border-color css
<style>
span { border-color: #2D249F; }
span { border-color: rgb(45,36,159); }
td.TdClassName
{
border-color: #2D249F;
}
.TagClassName
{
border-color: #2D249F;
}
</style>