Shades of Ultramarine #221584
Tints of Ultramarine #221584
RGB
CMYK
RGB Variations
Color information
#221584 (or 0x221584) is known color: Ultramarine. HEX triplet: 22, 15 and 84. RGB value is (34,21,132). Sum of RGB (Red+Green+Blue) = 34+21+132=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 132 (51.95% from 255 or 70.59% from 187); Max value from RGB is 132 - color contains mainly: blue. Hex color #221584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221584 is #DDEA7B. Grayscale: #252525. Windows color (decimal): -14543484 or 8656162. OLE color: 8656162.
HSL color Cylindrical-coordinate representation of color #221584: hue angle of 247.03º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #221584 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 21 | 132 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.48 |
| HSL | 247.03º | 0.73% | 0.3% | - |
| HSV(B) | 247.03º | 0.84% | 0.52% | - |
| XYZ | 5.09 | 2.54 | 22.05 | - |
| YUV | 37.54 | 181.31 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 21 | 132 | 0.74 | 0.84 | 0 | 0.48 | 247.03 | 0.73 | 0.3 |
| Hex | 22 | 15 | 84 | 4A | 54 | 0 | 30 | F7 | 49 | 1E |
| Octal | 42 | 25 | 204 | 112 | 124 | 0 | 60 | 367 | 111 | 36 |
| Binary | 100010 | 10101 | 10000100 | 1001010 | 1010100 | 0 | 110000 | 11110111 | 1001001 | 11110 |
Color Harmonies of #221584
Complementary color
Monochromatic Colors of #221584
Black with #221584
Text Example
Text Example
White with #221584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221584; }
p { color: rgb(34,21,132); }
H1.HeaderClassName
{
color: #221584;
}
.AnyTagClassName
{
color: #221584;
}
</style>
background-color css
<style>
a { background-color: #221584; }
a { background-color: rgb(34,21,132); }
div.DivClassName
{
background-color: #221584;
}
.BgClassName
{
background-color: #221584;
}
</style>
border-color css
<style>
span { border-color: #221584; }
span { border-color: rgb(34,21,132); }
td.TdClassName
{
border-color: #221584;
}
.TagClassName
{
border-color: #221584;
}
</style>