Shades of Ultramarine #221397
Tints of Ultramarine #221397
RGB
CMYK
RGB Variations
Color information
#221397 (or 0x221397) is known color: Ultramarine. HEX triplet: 22, 13 and 97. RGB value is (34,19,151). Sum of RGB (Red+Green+Blue) = 34+19+151=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 151 (59.38% from 255 or 74.02% from 204); Max value from RGB is 151 - color contains mainly: blue. Hex color #221397 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221397 is #DDEC68. Grayscale: #262626. Windows color (decimal): -14543977 or 9900834. OLE color: 9900834.
HSL color Cylindrical-coordinate representation of color #221397: hue angle of 246.82º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #221397 is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 34 | 19 | 151 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.41 |
| HSL | 246.82º | 0.78% | 0.33% | - |
| HSV(B) | 246.82º | 0.87% | 0.59% | - |
| XYZ | 6.48 | 3.04 | 29.52 | - |
| YUV | 38.53 | 191.47 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 19 | 151 | 0.77 | 0.87 | 0 | 0.41 | 246.82 | 0.78 | 0.33 |
| Hex | 22 | 13 | 97 | 4D | 57 | 0 | 29 | F7 | 4E | 21 |
| Octal | 42 | 23 | 227 | 115 | 127 | 0 | 51 | 367 | 116 | 41 |
| Binary | 100010 | 10011 | 10010111 | 1001101 | 1010111 | 0 | 101001 | 11110111 | 1001110 | 100001 |
Color Harmonies of #221397
Complementary color
Monochromatic Colors of #221397
Black with #221397
Text Example
Text Example
White with #221397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221397; }
p { color: rgb(34,19,151); }
H1.HeaderClassName
{
color: #221397;
}
.AnyTagClassName
{
color: #221397;
}
</style>
background-color css
<style>
a { background-color: #221397; }
a { background-color: rgb(34,19,151); }
div.DivClassName
{
background-color: #221397;
}
.BgClassName
{
background-color: #221397;
}
</style>
border-color css
<style>
span { border-color: #221397; }
span { border-color: rgb(34,19,151); }
td.TdClassName
{
border-color: #221397;
}
.TagClassName
{
border-color: #221397;
}
</style>