Shades of Ultramarine #211CA3
Tints of Ultramarine #211CA3
RGB
CMYK
RGB Variations
Color information
#211CA3 (or 0x211CA3) is known color: Ultramarine. HEX triplet: 21, 1C and A3. RGB value is (33,28,163). Sum of RGB (Red+Green+Blue) = 33+28+163=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 163 (64.06% from 255 or 72.77% from 224); Max value from RGB is 163 - color contains mainly: blue. Hex color #211CA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211CA3 is #DEE35C. Grayscale: #2C2C2C. Windows color (decimal): -14607197 or 10689569. OLE color: 10689569.
HSL color Cylindrical-coordinate representation of color #211CA3: hue angle of 242.22º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #211CA3 is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 28 | 163 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.36 |
| HSL | 242.22º | 0.71% | 0.37% | - |
| HSV(B) | 242.22º | 0.83% | 0.64% | - |
| XYZ | 7.65 | 3.8 | 34.98 | - |
| YUV | 44.89 | 194.66 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 163 | 0.80 | 0.83 | 0 | 0.36 | 242.22 | 0.71 | 0.37 |
| Hex | 21 | 1C | A3 | 50 | 53 | 0 | 24 | F2 | 47 | 25 |
| Octal | 41 | 34 | 243 | 120 | 123 | 0 | 44 | 362 | 107 | 45 |
| Binary | 100001 | 11100 | 10100011 | 1010000 | 1010011 | 0 | 100100 | 11110010 | 1000111 | 100101 |
Color Harmonies of #211CA3
Complementary color
Monochromatic Colors of #211CA3
Black with #211CA3
Text Example
Text Example
White with #211CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211CA3; }
p { color: rgb(33,28,163); }
H1.HeaderClassName
{
color: #211CA3;
}
.AnyTagClassName
{
color: #211CA3;
}
</style>
background-color css
<style>
a { background-color: #211CA3; }
a { background-color: rgb(33,28,163); }
div.DivClassName
{
background-color: #211CA3;
}
.BgClassName
{
background-color: #211CA3;
}
</style>
border-color css
<style>
span { border-color: #211CA3; }
span { border-color: rgb(33,28,163); }
td.TdClassName
{
border-color: #211CA3;
}
.TagClassName
{
border-color: #211CA3;
}
</style>