Shades of Ultramarine #2D219E
Tints of Ultramarine #2D219E
RGB
CMYK
RGB Variations
Color information
#2D219E (or 0x2D219E) is known color: Ultramarine. HEX triplet: 2D, 21 and 9E. RGB value is (45,33,158). Sum of RGB (Red+Green+Blue) = 45+33+158=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 158 (62.11% from 255 or 66.95% from 236); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D219E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D219E is #D2DE61. Grayscale: #323232. Windows color (decimal): -13819490 or 10363181. OLE color: 10363181.
HSL color Cylindrical-coordinate representation of color #2D219E: hue angle of 245.76º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D219E is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 33 | 158 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.38 |
| HSL | 245.76º | 0.65% | 0.37% | - |
| HSV(B) | 245.76º | 0.79% | 0.62% | - |
| XYZ | 7.8 | 4.11 | 32.73 | - |
| YUV | 50.84 | 188.48 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 33 | 158 | 0.72 | 0.79 | 0 | 0.38 | 245.76 | 0.65 | 0.37 |
| Hex | 2D | 21 | 9E | 48 | 4F | 0 | 26 | F6 | 41 | 25 |
| Octal | 55 | 41 | 236 | 110 | 117 | 0 | 46 | 366 | 101 | 45 |
| Binary | 101101 | 100001 | 10011110 | 1001000 | 1001111 | 0 | 100110 | 11110110 | 1000001 | 100101 |
Color Harmonies of #2D219E
Complementary color
Monochromatic Colors of #2D219E
Black with #2D219E
Text Example
Text Example
White with #2D219E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D219E; }
p { color: rgb(45,33,158); }
H1.HeaderClassName
{
color: #2D219E;
}
.AnyTagClassName
{
color: #2D219E;
}
</style>
background-color css
<style>
a { background-color: #2D219E; }
a { background-color: rgb(45,33,158); }
div.DivClassName
{
background-color: #2D219E;
}
.BgClassName
{
background-color: #2D219E;
}
</style>
border-color css
<style>
span { border-color: #2D219E; }
span { border-color: rgb(45,33,158); }
td.TdClassName
{
border-color: #2D219E;
}
.TagClassName
{
border-color: #2D219E;
}
</style>