Shades of Ultramarine #212296
Tints of Ultramarine #212296
RGB
CMYK
RGB Variations
Color information
#212296 (or 0x212296) is known color: Ultramarine. HEX triplet: 21, 22 and 96. RGB value is (33,34,150). Sum of RGB (Red+Green+Blue) = 33+34+150=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 150 (58.98% from 255 or 69.12% from 217); Max value from RGB is 150 - color contains mainly: blue. Hex color #212296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212296 is #DEDD69. Grayscale: #2E2E2E. Windows color (decimal): -14605674 or 9839137. OLE color: 9839137.
HSL color Cylindrical-coordinate representation of color #212296: 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 #212296 is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 34 | 150 | - |
| 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.7 | 3.67 | 29.21 | - |
| YUV | 46.93 | 186.17 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 34 | 150 | 0.78 | 0.77 | 0 | 0.41 | 239.49 | 0.64 | 0.36 |
| Hex | 21 | 22 | 96 | 4E | 4D | 0 | 29 | EF | 40 | 24 |
| Octal | 41 | 42 | 226 | 116 | 115 | 0 | 51 | 357 | 100 | 44 |
| Binary | 100001 | 100010 | 10010110 | 1001110 | 1001101 | 0 | 101001 | 11101111 | 1000000 | 100100 |
Color Harmonies of #212296
Complementary color
Monochromatic Colors of #212296
Black with #212296
Text Example
Text Example
White with #212296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212296; }
p { color: rgb(33,34,150); }
H1.HeaderClassName
{
color: #212296;
}
.AnyTagClassName
{
color: #212296;
}
</style>
background-color css
<style>
a { background-color: #212296; }
a { background-color: rgb(33,34,150); }
div.DivClassName
{
background-color: #212296;
}
.BgClassName
{
background-color: #212296;
}
</style>
border-color css
<style>
span { border-color: #212296; }
span { border-color: rgb(33,34,150); }
td.TdClassName
{
border-color: #212296;
}
.TagClassName
{
border-color: #212296;
}
</style>