Shades of Ultramarine #2B2198
Tints of Ultramarine #2B2198
RGB
CMYK
RGB Variations
Color information
#2B2198 (or 0x2B2198) is known color: Ultramarine. HEX triplet: 2B, 21 and 98. RGB value is (43,33,152). Sum of RGB (Red+Green+Blue) = 43+33+152=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 152 (59.77% from 255 or 66.67% from 228); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B2198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2198 is #D4DE67. Grayscale: #313131. Windows color (decimal): -13950568 or 9969963. OLE color: 9969963.
HSL color Cylindrical-coordinate representation of color #2B2198: hue angle of 245.04º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B2198 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 33 | 152 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.40 |
| HSL | 245.04º | 0.64% | 0.36% | - |
| HSV(B) | 245.04º | 0.78% | 0.6% | - |
| XYZ | 7.21 | 3.87 | 30.07 | - |
| YUV | 49.56 | 185.81 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 33 | 152 | 0.72 | 0.78 | 0 | 0.40 | 245.04 | 0.64 | 0.36 |
| Hex | 2B | 21 | 98 | 48 | 4E | 0 | 28 | F5 | 40 | 24 |
| Octal | 53 | 41 | 230 | 110 | 116 | 0 | 50 | 365 | 100 | 44 |
| Binary | 101011 | 100001 | 10011000 | 1001000 | 1001110 | 0 | 101000 | 11110101 | 1000000 | 100100 |
Color Harmonies of #2B2198
Complementary color
Monochromatic Colors of #2B2198
Black with #2B2198
Text Example
Text Example
White with #2B2198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2198; }
p { color: rgb(43,33,152); }
H1.HeaderClassName
{
color: #2B2198;
}
.AnyTagClassName
{
color: #2B2198;
}
</style>
background-color css
<style>
a { background-color: #2B2198; }
a { background-color: rgb(43,33,152); }
div.DivClassName
{
background-color: #2B2198;
}
.BgClassName
{
background-color: #2B2198;
}
</style>
border-color css
<style>
span { border-color: #2B2198; }
span { border-color: rgb(43,33,152); }
td.TdClassName
{
border-color: #2B2198;
}
.TagClassName
{
border-color: #2B2198;
}
</style>