Shades of Ultramarine #221697
Tints of Ultramarine #221697
RGB
CMYK
RGB Variations
Color information
#221697 (or 0x221697) is known color: Ultramarine. HEX triplet: 22, 16 and 97. RGB value is (34,22,151). Sum of RGB (Red+Green+Blue) = 34+22+151=207 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.43% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 151 (59.38% from 255 or 72.95% from 207); Max value from RGB is 151 - color contains mainly: blue. Hex color #221697 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221697 is #DDE968. Grayscale: #272727. Windows color (decimal): -14543209 or 9901602. OLE color: 9901602.
HSL color Cylindrical-coordinate representation of color #221697: hue angle of 245.58º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #221697 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 34 | 22 | 151 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.41 |
| HSL | 245.58º | 0.75% | 0.34% | - |
| HSV(B) | 245.58º | 0.85% | 0.59% | - |
| XYZ | 6.53 | 3.15 | 29.54 | - |
| YUV | 40.29 | 190.48 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 22 | 151 | 0.77 | 0.85 | 0 | 0.41 | 245.58 | 0.75 | 0.34 |
| Hex | 22 | 16 | 97 | 4D | 55 | 0 | 29 | F6 | 4B | 22 |
| Octal | 42 | 26 | 227 | 115 | 125 | 0 | 51 | 366 | 113 | 42 |
| Binary | 100010 | 10110 | 10010111 | 1001101 | 1010101 | 0 | 101001 | 11110110 | 1001011 | 100010 |
Color Harmonies of #221697
Complementary color
Monochromatic Colors of #221697
Black with #221697
Text Example
Text Example
White with #221697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221697; }
p { color: rgb(34,22,151); }
H1.HeaderClassName
{
color: #221697;
}
.AnyTagClassName
{
color: #221697;
}
</style>
background-color css
<style>
a { background-color: #221697; }
a { background-color: rgb(34,22,151); }
div.DivClassName
{
background-color: #221697;
}
.BgClassName
{
background-color: #221697;
}
</style>
border-color css
<style>
span { border-color: #221697; }
span { border-color: rgb(34,22,151); }
td.TdClassName
{
border-color: #221697;
}
.TagClassName
{
border-color: #221697;
}
</style>