Shades of Ultramarine #2D249D
Tints of Ultramarine #2D249D
RGB
CMYK
RGB Variations
Color information
#2D249D (or 0x2D249D) is known color: Ultramarine. HEX triplet: 2D, 24 and 9D. RGB value is (45,36,157). Sum of RGB (Red+Green+Blue) = 45+36+157=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 157 (61.72% from 255 or 65.97% from 238); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D249D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D249D is #D2DB62. Grayscale: #343434. Windows color (decimal): -13818723 or 10298413. OLE color: 10298413.
HSL color Cylindrical-coordinate representation of color #2D249D: hue angle of 244.46º 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 #2D249D is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 36 | 157 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.38 |
| HSL | 244.46º | 0.63% | 0.38% | - |
| HSV(B) | 244.46º | 0.77% | 0.62% | - |
| XYZ | 7.8 | 4.25 | 32.31 | - |
| YUV | 52.49 | 186.98 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 36 | 157 | 0.71 | 0.77 | 0 | 0.38 | 244.46 | 0.63 | 0.38 |
| Hex | 2D | 24 | 9D | 47 | 4D | 0 | 26 | F4 | 3F | 26 |
| Octal | 55 | 44 | 235 | 107 | 115 | 0 | 46 | 364 | 77 | 46 |
| Binary | 101101 | 100100 | 10011101 | 1000111 | 1001101 | 0 | 100110 | 11110100 | 111111 | 100110 |
Color Harmonies of #2D249D
Complementary color
Monochromatic Colors of #2D249D
Black with #2D249D
Text Example
Text Example
White with #2D249D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D249D; }
p { color: rgb(45,36,157); }
H1.HeaderClassName
{
color: #2D249D;
}
.AnyTagClassName
{
color: #2D249D;
}
</style>
background-color css
<style>
a { background-color: #2D249D; }
a { background-color: rgb(45,36,157); }
div.DivClassName
{
background-color: #2D249D;
}
.BgClassName
{
background-color: #2D249D;
}
</style>
border-color css
<style>
span { border-color: #2D249D; }
span { border-color: rgb(45,36,157); }
td.TdClassName
{
border-color: #2D249D;
}
.TagClassName
{
border-color: #2D249D;
}
</style>