Shades of Ultramarine #2D249E
Tints of Ultramarine #2D249E
RGB
CMYK
RGB Variations
Color information
#2D249E (or 0x2D249E) is known color: Ultramarine. HEX triplet: 2D, 24 and 9E. RGB value is (45,36,158). Sum of RGB (Red+Green+Blue) = 45+36+158=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 158 (62.11% from 255 or 66.11% from 239); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D249E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D249E is #D2DB61. Grayscale: #343434. Windows color (decimal): -13818722 or 10363949. OLE color: 10363949.
HSL color Cylindrical-coordinate representation of color #2D249E: hue angle of 244.43º 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 #2D249E is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 36 | 158 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.38 |
| HSL | 244.43º | 0.63% | 0.38% | - |
| HSV(B) | 244.43º | 0.77% | 0.62% | - |
| XYZ | 7.88 | 4.29 | 32.76 | - |
| YUV | 52.6 | 187.48 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 36 | 158 | 0.72 | 0.77 | 0 | 0.38 | 244.43 | 0.63 | 0.38 |
| Hex | 2D | 24 | 9E | 48 | 4D | 0 | 26 | F4 | 3F | 26 |
| Octal | 55 | 44 | 236 | 110 | 115 | 0 | 46 | 364 | 77 | 46 |
| Binary | 101101 | 100100 | 10011110 | 1001000 | 1001101 | 0 | 100110 | 11110100 | 111111 | 100110 |
Color Harmonies of #2D249E
Complementary color
Monochromatic Colors of #2D249E
Black with #2D249E
Text Example
Text Example
White with #2D249E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D249E; }
p { color: rgb(45,36,158); }
H1.HeaderClassName
{
color: #2D249E;
}
.AnyTagClassName
{
color: #2D249E;
}
</style>
background-color css
<style>
a { background-color: #2D249E; }
a { background-color: rgb(45,36,158); }
div.DivClassName
{
background-color: #2D249E;
}
.BgClassName
{
background-color: #2D249E;
}
</style>
border-color css
<style>
span { border-color: #2D249E; }
span { border-color: rgb(45,36,158); }
td.TdClassName
{
border-color: #2D249E;
}
.TagClassName
{
border-color: #2D249E;
}
</style>