Shades of Ultramarine #2B2194
Tints of Ultramarine #2B2194
RGB
CMYK
RGB Variations
Color information
#2B2194 (or 0x2B2194) is known color: Ultramarine. HEX triplet: 2B, 21 and 94. RGB value is (43,33,148). Sum of RGB (Red+Green+Blue) = 43+33+148=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 148 (58.20% from 255 or 66.07% from 224); Max value from RGB is 148 - color contains mainly: blue. Hex color #2B2194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2194 is #D4DE6B. Grayscale: #303030. Windows color (decimal): -13950572 or 9707819. OLE color: 9707819.
HSL color Cylindrical-coordinate representation of color #2B2194: hue angle of 245.22º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B2194 is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 33 | 148 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.42 |
| HSL | 245.22º | 0.64% | 0.35% | - |
| HSV(B) | 245.22º | 0.78% | 0.58% | - |
| XYZ | 6.89 | 3.74 | 28.38 | - |
| YUV | 49.1 | 183.81 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 33 | 148 | 0.71 | 0.78 | 0 | 0.42 | 245.22 | 0.64 | 0.35 |
| Hex | 2B | 21 | 94 | 47 | 4E | 0 | 2A | F5 | 40 | 23 |
| Octal | 53 | 41 | 224 | 107 | 116 | 0 | 52 | 365 | 100 | 43 |
| Binary | 101011 | 100001 | 10010100 | 1000111 | 1001110 | 0 | 101010 | 11110101 | 1000000 | 100011 |
Color Harmonies of #2B2194
Complementary color
Monochromatic Colors of #2B2194
Black with #2B2194
Text Example
Text Example
White with #2B2194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2194; }
p { color: rgb(43,33,148); }
H1.HeaderClassName
{
color: #2B2194;
}
.AnyTagClassName
{
color: #2B2194;
}
</style>
background-color css
<style>
a { background-color: #2B2194; }
a { background-color: rgb(43,33,148); }
div.DivClassName
{
background-color: #2B2194;
}
.BgClassName
{
background-color: #2B2194;
}
</style>
border-color css
<style>
span { border-color: #2B2194; }
span { border-color: rgb(43,33,148); }
td.TdClassName
{
border-color: #2B2194;
}
.TagClassName
{
border-color: #2B2194;
}
</style>