Shades of Ultramarine #221395
Tints of Ultramarine #221395
RGB
CMYK
RGB Variations
Color information
#221395 (or 0x221395) is known color: Ultramarine. HEX triplet: 22, 13 and 95. RGB value is (34,19,149). Sum of RGB (Red+Green+Blue) = 34+19+149=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 149 (58.59% from 255 or 73.76% from 202); Max value from RGB is 149 - color contains mainly: blue. Hex color #221395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221395 is #DDEC6A. Grayscale: #252525. Windows color (decimal): -14543979 or 9769762. OLE color: 9769762.
HSL color Cylindrical-coordinate representation of color #221395: hue angle of 246.92º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #221395 is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 19 | 149 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.42 |
| HSL | 246.92º | 0.77% | 0.33% | - |
| HSV(B) | 246.92º | 0.87% | 0.58% | - |
| XYZ | 6.32 | 2.98 | 28.68 | - |
| YUV | 38.31 | 190.47 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 19 | 149 | 0.77 | 0.87 | 0 | 0.42 | 246.92 | 0.77 | 0.33 |
| Hex | 22 | 13 | 95 | 4D | 57 | 0 | 2A | F7 | 4D | 21 |
| Octal | 42 | 23 | 225 | 115 | 127 | 0 | 52 | 367 | 115 | 41 |
| Binary | 100010 | 10011 | 10010101 | 1001101 | 1010111 | 0 | 101010 | 11110111 | 1001101 | 100001 |
Color Harmonies of #221395
Complementary color
Monochromatic Colors of #221395
Black with #221395
Text Example
Text Example
White with #221395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221395; }
p { color: rgb(34,19,149); }
H1.HeaderClassName
{
color: #221395;
}
.AnyTagClassName
{
color: #221395;
}
</style>
background-color css
<style>
a { background-color: #221395; }
a { background-color: rgb(34,19,149); }
div.DivClassName
{
background-color: #221395;
}
.BgClassName
{
background-color: #221395;
}
</style>
border-color css
<style>
span { border-color: #221395; }
span { border-color: rgb(34,19,149); }
td.TdClassName
{
border-color: #221395;
}
.TagClassName
{
border-color: #221395;
}
</style>