Shades of Ultramarine #2B219C
Tints of Ultramarine #2B219C
RGB
CMYK
RGB Variations
Color information
#2B219C (or 0x2B219C) is known color: Ultramarine. HEX triplet: 2B, 21 and 9C. RGB value is (43,33,156). Sum of RGB (Red+Green+Blue) = 43+33+156=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #2B219C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B219C is #D4DE63. Grayscale: #313131. Windows color (decimal): -13950564 or 10232107. OLE color: 10232107.
HSL color Cylindrical-coordinate representation of color #2B219C: hue angle of 244.88º 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 #2B219C is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 33 | 156 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.39 |
| HSL | 244.88º | 0.65% | 0.37% | - |
| HSV(B) | 244.88º | 0.79% | 0.61% | - |
| XYZ | 7.54 | 4 | 31.83 | - |
| YUV | 50.01 | 187.81 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 33 | 156 | 0.72 | 0.79 | 0 | 0.39 | 244.88 | 0.65 | 0.37 |
| Hex | 2B | 21 | 9C | 48 | 4F | 0 | 27 | F5 | 41 | 25 |
| Octal | 53 | 41 | 234 | 110 | 117 | 0 | 47 | 365 | 101 | 45 |
| Binary | 101011 | 100001 | 10011100 | 1001000 | 1001111 | 0 | 100111 | 11110101 | 1000001 | 100101 |
Color Harmonies of #2B219C
Complementary color
Monochromatic Colors of #2B219C
Black with #2B219C
Text Example
Text Example
White with #2B219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B219C; }
p { color: rgb(43,33,156); }
H1.HeaderClassName
{
color: #2B219C;
}
.AnyTagClassName
{
color: #2B219C;
}
</style>
background-color css
<style>
a { background-color: #2B219C; }
a { background-color: rgb(43,33,156); }
div.DivClassName
{
background-color: #2B219C;
}
.BgClassName
{
background-color: #2B219C;
}
</style>
border-color css
<style>
span { border-color: #2B219C; }
span { border-color: rgb(43,33,156); }
td.TdClassName
{
border-color: #2B219C;
}
.TagClassName
{
border-color: #2B219C;
}
</style>