Shades of Ultramarine #211EA3
Tints of Ultramarine #211EA3
RGB
CMYK
RGB Variations
Color information
#211EA3 (or 0x211EA3) is known color: Ultramarine. HEX triplet: 21, 1E and A3. RGB value is (33,30,163). Sum of RGB (Red+Green+Blue) = 33+30+163=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 163 (64.06% from 255 or 72.12% from 226); Max value from RGB is 163 - color contains mainly: blue. Hex color #211EA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211EA3 is #DEE15C. Grayscale: #2D2D2D. Windows color (decimal): -14606685 or 10690081. OLE color: 10690081.
HSL color Cylindrical-coordinate representation of color #211EA3: hue angle of 241.35º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211EA3 is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 30 | 163 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.36 |
| HSL | 241.35º | 0.69% | 0.38% | - |
| HSV(B) | 241.35º | 0.82% | 0.64% | - |
| XYZ | 7.7 | 3.9 | 35 | - |
| YUV | 46.06 | 193.99 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 163 | 0.80 | 0.82 | 0 | 0.36 | 241.35 | 0.69 | 0.38 |
| Hex | 21 | 1E | A3 | 50 | 52 | 0 | 24 | F1 | 45 | 26 |
| Octal | 41 | 36 | 243 | 120 | 122 | 0 | 44 | 361 | 105 | 46 |
| Binary | 100001 | 11110 | 10100011 | 1010000 | 1010010 | 0 | 100100 | 11110001 | 1000101 | 100110 |
Color Harmonies of #211EA3
Complementary color
Monochromatic Colors of #211EA3
Black with #211EA3
Text Example
Text Example
White with #211EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211EA3; }
p { color: rgb(33,30,163); }
H1.HeaderClassName
{
color: #211EA3;
}
.AnyTagClassName
{
color: #211EA3;
}
</style>
background-color css
<style>
a { background-color: #211EA3; }
a { background-color: rgb(33,30,163); }
div.DivClassName
{
background-color: #211EA3;
}
.BgClassName
{
background-color: #211EA3;
}
</style>
border-color css
<style>
span { border-color: #211EA3; }
span { border-color: rgb(33,30,163); }
td.TdClassName
{
border-color: #211EA3;
}
.TagClassName
{
border-color: #211EA3;
}
</style>