Shades of Ultramarine #221595
Tints of Ultramarine #221595
RGB
CMYK
RGB Variations
Color information
#221595 (or 0x221595) is known color: Ultramarine. HEX triplet: 22, 15 and 95. RGB value is (34,21,149). Sum of RGB (Red+Green+Blue) = 34+21+149=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 149 (58.59% from 255 or 73.04% from 204); Max value from RGB is 149 - color contains mainly: blue. Hex color #221595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221595 is #DDEA6A. Grayscale: #262626. Windows color (decimal): -14543467 or 9770274. OLE color: 9770274.
HSL color Cylindrical-coordinate representation of color #221595: hue angle of 246.09º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #221595 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 21 | 149 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.42 |
| HSL | 246.09º | 0.75% | 0.33% | - |
| HSV(B) | 246.09º | 0.86% | 0.58% | - |
| XYZ | 6.35 | 3.05 | 28.69 | - |
| YUV | 39.48 | 189.81 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 21 | 149 | 0.77 | 0.86 | 0 | 0.42 | 246.09 | 0.75 | 0.33 |
| Hex | 22 | 15 | 95 | 4D | 56 | 0 | 2A | F6 | 4B | 21 |
| Octal | 42 | 25 | 225 | 115 | 126 | 0 | 52 | 366 | 113 | 41 |
| Binary | 100010 | 10101 | 10010101 | 1001101 | 1010110 | 0 | 101010 | 11110110 | 1001011 | 100001 |
Color Harmonies of #221595
Complementary color
Monochromatic Colors of #221595
Black with #221595
Text Example
Text Example
White with #221595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221595; }
p { color: rgb(34,21,149); }
H1.HeaderClassName
{
color: #221595;
}
.AnyTagClassName
{
color: #221595;
}
</style>
background-color css
<style>
a { background-color: #221595; }
a { background-color: rgb(34,21,149); }
div.DivClassName
{
background-color: #221595;
}
.BgClassName
{
background-color: #221595;
}
</style>
border-color css
<style>
span { border-color: #221595; }
span { border-color: rgb(34,21,149); }
td.TdClassName
{
border-color: #221595;
}
.TagClassName
{
border-color: #221595;
}
</style>