Shades of Ultramarine #212295
Tints of Ultramarine #212295
RGB
CMYK
RGB Variations
Color information
#212295 (or 0x212295) is known color: Ultramarine. HEX triplet: 21, 22 and 95. RGB value is (33,34,149). Sum of RGB (Red+Green+Blue) = 33+34+149=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 149 (58.59% from 255 or 68.98% from 216); Max value from RGB is 149 - color contains mainly: blue. Hex color #212295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212295 is #DEDD6A. Grayscale: #2E2E2E. Windows color (decimal): -14605675 or 9773601. OLE color: 9773601.
HSL color Cylindrical-coordinate representation of color #212295: hue angle of 239.48º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #212295 is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 34 | 149 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.42 |
| HSL | 239.48º | 0.64% | 0.36% | - |
| HSV(B) | 239.48º | 0.78% | 0.58% | - |
| XYZ | 6.62 | 3.64 | 28.79 | - |
| YUV | 46.81 | 185.67 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 34 | 149 | 0.78 | 0.77 | 0 | 0.42 | 239.48 | 0.64 | 0.36 |
| Hex | 21 | 22 | 95 | 4E | 4D | 0 | 2A | EF | 40 | 24 |
| Octal | 41 | 42 | 225 | 116 | 115 | 0 | 52 | 357 | 100 | 44 |
| Binary | 100001 | 100010 | 10010101 | 1001110 | 1001101 | 0 | 101010 | 11101111 | 1000000 | 100100 |
Color Harmonies of #212295
Complementary color
Monochromatic Colors of #212295
Black with #212295
Text Example
Text Example
White with #212295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212295; }
p { color: rgb(33,34,149); }
H1.HeaderClassName
{
color: #212295;
}
.AnyTagClassName
{
color: #212295;
}
</style>
background-color css
<style>
a { background-color: #212295; }
a { background-color: rgb(33,34,149); }
div.DivClassName
{
background-color: #212295;
}
.BgClassName
{
background-color: #212295;
}
</style>
border-color css
<style>
span { border-color: #212295; }
span { border-color: rgb(33,34,149); }
td.TdClassName
{
border-color: #212295;
}
.TagClassName
{
border-color: #212295;
}
</style>