Shades of Ultramarine #2D219D
Tints of Ultramarine #2D219D
RGB
CMYK
RGB Variations
Color information
#2D219D (or 0x2D219D) is known color: Ultramarine. HEX triplet: 2D, 21 and 9D. RGB value is (45,33,157). Sum of RGB (Red+Green+Blue) = 45+33+157=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 157 (61.72% from 255 or 66.81% from 235); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D219D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D219D is #D2DE62. Grayscale: #323232. Windows color (decimal): -13819491 or 10297645. OLE color: 10297645.
HSL color Cylindrical-coordinate representation of color #2D219D: hue angle of 245.81º 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 #2D219D is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 33 | 157 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.38 |
| HSL | 245.81º | 0.65% | 0.37% | - |
| HSV(B) | 245.81º | 0.79% | 0.62% | - |
| XYZ | 7.71 | 4.08 | 32.28 | - |
| YUV | 50.72 | 187.98 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 33 | 157 | 0.71 | 0.79 | 0 | 0.38 | 245.81 | 0.65 | 0.37 |
| Hex | 2D | 21 | 9D | 47 | 4F | 0 | 26 | F6 | 41 | 25 |
| Octal | 55 | 41 | 235 | 107 | 117 | 0 | 46 | 366 | 101 | 45 |
| Binary | 101101 | 100001 | 10011101 | 1000111 | 1001111 | 0 | 100110 | 11110110 | 1000001 | 100101 |
Color Harmonies of #2D219D
Complementary color
Monochromatic Colors of #2D219D
Black with #2D219D
Text Example
Text Example
White with #2D219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D219D; }
p { color: rgb(45,33,157); }
H1.HeaderClassName
{
color: #2D219D;
}
.AnyTagClassName
{
color: #2D219D;
}
</style>
background-color css
<style>
a { background-color: #2D219D; }
a { background-color: rgb(45,33,157); }
div.DivClassName
{
background-color: #2D219D;
}
.BgClassName
{
background-color: #2D219D;
}
</style>
border-color css
<style>
span { border-color: #2D219D; }
span { border-color: rgb(45,33,157); }
td.TdClassName
{
border-color: #2D219D;
}
.TagClassName
{
border-color: #2D219D;
}
</style>