Shades of Ultramarine #212297
Tints of Ultramarine #212297
RGB
CMYK
RGB Variations
Color information
#212297 (or 0x212297) is known color: Ultramarine. HEX triplet: 21, 22 and 97. RGB value is (33,34,151). Sum of RGB (Red+Green+Blue) = 33+34+151=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 151 (59.38% from 255 or 69.27% from 218); Max value from RGB is 151 - color contains mainly: blue. Hex color #212297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212297 is #DEDD68. Grayscale: #2E2E2E. Windows color (decimal): -14605673 or 9904673. OLE color: 9904673.
HSL color Cylindrical-coordinate representation of color #212297: hue angle of 239.49º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #212297 is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 34 | 151 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.41 |
| HSL | 239.49º | 0.64% | 0.36% | - |
| HSV(B) | 239.49º | 0.78% | 0.59% | - |
| XYZ | 6.79 | 3.7 | 29.64 | - |
| YUV | 47.04 | 186.67 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 34 | 151 | 0.78 | 0.77 | 0 | 0.41 | 239.49 | 0.64 | 0.36 |
| Hex | 21 | 22 | 97 | 4E | 4D | 0 | 29 | EF | 40 | 24 |
| Octal | 41 | 42 | 227 | 116 | 115 | 0 | 51 | 357 | 100 | 44 |
| Binary | 100001 | 100010 | 10010111 | 1001110 | 1001101 | 0 | 101001 | 11101111 | 1000000 | 100100 |
Color Harmonies of #212297
Complementary color
Monochromatic Colors of #212297
Black with #212297
Text Example
Text Example
White with #212297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212297; }
p { color: rgb(33,34,151); }
H1.HeaderClassName
{
color: #212297;
}
.AnyTagClassName
{
color: #212297;
}
</style>
background-color css
<style>
a { background-color: #212297; }
a { background-color: rgb(33,34,151); }
div.DivClassName
{
background-color: #212297;
}
.BgClassName
{
background-color: #212297;
}
</style>
border-color css
<style>
span { border-color: #212297; }
span { border-color: rgb(33,34,151); }
td.TdClassName
{
border-color: #212297;
}
.TagClassName
{
border-color: #212297;
}
</style>