Shades of Ultramarine #2B219A
Tints of Ultramarine #2B219A
RGB
CMYK
RGB Variations
Color information
#2B219A (or 0x2B219A) is known color: Ultramarine. HEX triplet: 2B, 21 and 9A. RGB value is (43,33,154). Sum of RGB (Red+Green+Blue) = 43+33+154=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 154 (60.55% from 255 or 66.96% from 230); Max value from RGB is 154 - color contains mainly: blue. Hex color #2B219A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B219A is #D4DE65. Grayscale: #313131. Windows color (decimal): -13950566 or 10101035. OLE color: 10101035.
HSL color Cylindrical-coordinate representation of color #2B219A: hue angle of 244.96º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B219A is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 33 | 154 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.40 |
| HSL | 244.96º | 0.65% | 0.37% | - |
| HSV(B) | 244.96º | 0.79% | 0.6% | - |
| XYZ | 7.37 | 3.93 | 30.94 | - |
| YUV | 49.78 | 186.81 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 33 | 154 | 0.72 | 0.79 | 0 | 0.40 | 244.96 | 0.65 | 0.37 |
| Hex | 2B | 21 | 9A | 48 | 4F | 0 | 28 | F5 | 41 | 25 |
| Octal | 53 | 41 | 232 | 110 | 117 | 0 | 50 | 365 | 101 | 45 |
| Binary | 101011 | 100001 | 10011010 | 1001000 | 1001111 | 0 | 101000 | 11110101 | 1000001 | 100101 |
Color Harmonies of #2B219A
Complementary color
Monochromatic Colors of #2B219A
Black with #2B219A
Text Example
Text Example
White with #2B219A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B219A; }
p { color: rgb(43,33,154); }
H1.HeaderClassName
{
color: #2B219A;
}
.AnyTagClassName
{
color: #2B219A;
}
</style>
background-color css
<style>
a { background-color: #2B219A; }
a { background-color: rgb(43,33,154); }
div.DivClassName
{
background-color: #2B219A;
}
.BgClassName
{
background-color: #2B219A;
}
</style>
border-color css
<style>
span { border-color: #2B219A; }
span { border-color: rgb(43,33,154); }
td.TdClassName
{
border-color: #2B219A;
}
.TagClassName
{
border-color: #2B219A;
}
</style>