Shades of Ultramarine #2D219B
Tints of Ultramarine #2D219B
RGB
CMYK
RGB Variations
Color information
#2D219B (or 0x2D219B) is known color: Ultramarine. HEX triplet: 2D, 21 and 9B. RGB value is (45,33,155). Sum of RGB (Red+Green+Blue) = 45+33+155=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 155 (60.94% from 255 or 66.52% from 233); Max value from RGB is 155 - color contains mainly: blue. Hex color #2D219B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D219B is #D2DE64. Grayscale: #323232. Windows color (decimal): -13819493 or 10166573. OLE color: 10166573.
HSL color Cylindrical-coordinate representation of color #2D219B: hue angle of 245.9º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D219B is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 33 | 155 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.39 |
| HSL | 245.9º | 0.65% | 0.37% | - |
| HSV(B) | 245.9º | 0.79% | 0.61% | - |
| XYZ | 7.54 | 4.01 | 31.39 | - |
| YUV | 50.5 | 186.98 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 33 | 155 | 0.71 | 0.79 | 0 | 0.39 | 245.9 | 0.65 | 0.37 |
| Hex | 2D | 21 | 9B | 47 | 4F | 0 | 27 | F6 | 41 | 25 |
| Octal | 55 | 41 | 233 | 107 | 117 | 0 | 47 | 366 | 101 | 45 |
| Binary | 101101 | 100001 | 10011011 | 1000111 | 1001111 | 0 | 100111 | 11110110 | 1000001 | 100101 |
Color Harmonies of #2D219B
Complementary color
Monochromatic Colors of #2D219B
Black with #2D219B
Text Example
Text Example
White with #2D219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D219B; }
p { color: rgb(45,33,155); }
H1.HeaderClassName
{
color: #2D219B;
}
.AnyTagClassName
{
color: #2D219B;
}
</style>
background-color css
<style>
a { background-color: #2D219B; }
a { background-color: rgb(45,33,155); }
div.DivClassName
{
background-color: #2D219B;
}
.BgClassName
{
background-color: #2D219B;
}
</style>
border-color css
<style>
span { border-color: #2D219B; }
span { border-color: rgb(45,33,155); }
td.TdClassName
{
border-color: #2D219B;
}
.TagClassName
{
border-color: #2D219B;
}
</style>