Shades of Ultramarine #220289
Tints of Ultramarine #220289
RGB
CMYK
RGB Variations
Color information
#220289 (or 0x220289) is known color: Ultramarine. HEX triplet: 22, 02 and 89. RGB value is (34,2,137). Sum of RGB (Red+Green+Blue) = 34+2+137=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 137 (53.91% from 255 or 79.19% from 173); Max value from RGB is 137 - color contains mainly: blue. Hex color #220289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220289 is #DDFD76. Grayscale: #1A1A1A. Windows color (decimal): -14548343 or 8978978. OLE color: 8978978.
HSL color Cylindrical-coordinate representation of color #220289: hue angle of 254.22º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #220289 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 34 | 2 | 137 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.46 |
| HSL | 254.22º | 0.97% | 0.27% | - |
| HSV(B) | 254.22º | 0.99% | 0.54% | - |
| XYZ | 5.2 | 2.19 | 23.82 | - |
| YUV | 26.96 | 190.1 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 2 | 137 | 0.75 | 0.99 | 0 | 0.46 | 254.22 | 0.97 | 0.27 |
| Hex | 22 | 2 | 89 | 4B | 63 | 0 | 2E | FE | 61 | 1B |
| Octal | 42 | 2 | 211 | 113 | 143 | 0 | 56 | 376 | 141 | 33 |
| Binary | 100010 | 10 | 10001001 | 1001011 | 1100011 | 0 | 101110 | 11111110 | 1100001 | 11011 |
Color Harmonies of #220289
Complementary color
Monochromatic Colors of #220289
Black with #220289
Text Example
Text Example
White with #220289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220289; }
p { color: rgb(34,2,137); }
H1.HeaderClassName
{
color: #220289;
}
.AnyTagClassName
{
color: #220289;
}
</style>
background-color css
<style>
a { background-color: #220289; }
a { background-color: rgb(34,2,137); }
div.DivClassName
{
background-color: #220289;
}
.BgClassName
{
background-color: #220289;
}
</style>
border-color css
<style>
span { border-color: #220289; }
span { border-color: rgb(34,2,137); }
td.TdClassName
{
border-color: #220289;
}
.TagClassName
{
border-color: #220289;
}
</style>