Shades of Ultramarine #2B219D
Tints of Ultramarine #2B219D
RGB
CMYK
RGB Variations
Color information
#2B219D (or 0x2B219D) is known color: Ultramarine. HEX triplet: 2B, 21 and 9D. RGB value is (43,33,157). Sum of RGB (Red+Green+Blue) = 43+33+157=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 157 (61.72% from 255 or 67.38% from 233); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B219D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B219D is #D4DE62. Grayscale: #313131. Windows color (decimal): -13950563 or 10297643. OLE color: 10297643.
HSL color Cylindrical-coordinate representation of color #2B219D: hue angle of 244.84º 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 #2B219D is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 33 | 157 | - |
| CMYK | 0.73 | 0.79 | 0 | 0.38 |
| HSL | 244.84º | 0.65% | 0.37% | - |
| HSV(B) | 244.84º | 0.79% | 0.62% | - |
| XYZ | 7.63 | 4.04 | 32.28 | - |
| YUV | 50.13 | 188.31 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 33 | 157 | 0.73 | 0.79 | 0 | 0.38 | 244.84 | 0.65 | 0.37 |
| Hex | 2B | 21 | 9D | 49 | 4F | 0 | 26 | F5 | 41 | 25 |
| Octal | 53 | 41 | 235 | 111 | 117 | 0 | 46 | 365 | 101 | 45 |
| Binary | 101011 | 100001 | 10011101 | 1001001 | 1001111 | 0 | 100110 | 11110101 | 1000001 | 100101 |
Color Harmonies of #2B219D
Complementary color
Monochromatic Colors of #2B219D
Black with #2B219D
Text Example
Text Example
White with #2B219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B219D; }
p { color: rgb(43,33,157); }
H1.HeaderClassName
{
color: #2B219D;
}
.AnyTagClassName
{
color: #2B219D;
}
</style>
background-color css
<style>
a { background-color: #2B219D; }
a { background-color: rgb(43,33,157); }
div.DivClassName
{
background-color: #2B219D;
}
.BgClassName
{
background-color: #2B219D;
}
</style>
border-color css
<style>
span { border-color: #2B219D; }
span { border-color: rgb(43,33,157); }
td.TdClassName
{
border-color: #2B219D;
}
.TagClassName
{
border-color: #2B219D;
}
</style>