Shades of Ultramarine #222491
Tints of Ultramarine #222491
RGB
CMYK
RGB Variations
Color information
#222491 (or 0x222491) is known color: Ultramarine. HEX triplet: 22, 24 and 91. RGB value is (34,36,145). Sum of RGB (Red+Green+Blue) = 34+36+145=215 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.81% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 145 (57.03% from 255 or 67.44% from 215); Max value from RGB is 145 - color contains mainly: blue. Hex color #222491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222491 is #DDDB6E. Grayscale: #2F2F2F. Windows color (decimal): -14539631 or 9511970. OLE color: 9511970.
HSL color Cylindrical-coordinate representation of color #222491: hue angle of 238.92º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #222491 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 36 | 145 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.43 |
| HSL | 238.92º | 0.62% | 0.35% | - |
| HSV(B) | 238.92º | 0.77% | 0.57% | - |
| XYZ | 6.4 | 3.65 | 27.15 | - |
| YUV | 47.83 | 182.84 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 36 | 145 | 0.77 | 0.75 | 0 | 0.43 | 238.92 | 0.62 | 0.35 |
| Hex | 22 | 24 | 91 | 4D | 4B | 0 | 2B | EF | 3E | 23 |
| Octal | 42 | 44 | 221 | 115 | 113 | 0 | 53 | 357 | 76 | 43 |
| Binary | 100010 | 100100 | 10010001 | 1001101 | 1001011 | 0 | 101011 | 11101111 | 111110 | 100011 |
Color Harmonies of #222491
Complementary color
Monochromatic Colors of #222491
Black with #222491
Text Example
Text Example
White with #222491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222491; }
p { color: rgb(34,36,145); }
H1.HeaderClassName
{
color: #222491;
}
.AnyTagClassName
{
color: #222491;
}
</style>
background-color css
<style>
a { background-color: #222491; }
a { background-color: rgb(34,36,145); }
div.DivClassName
{
background-color: #222491;
}
.BgClassName
{
background-color: #222491;
}
</style>
border-color css
<style>
span { border-color: #222491; }
span { border-color: rgb(34,36,145); }
td.TdClassName
{
border-color: #222491;
}
.TagClassName
{
border-color: #222491;
}
</style>