Shades of Ultramarine #220689
Tints of Ultramarine #220689
RGB
CMYK
RGB Variations
Color information
#220689 (or 0x220689) is known color: Ultramarine. HEX triplet: 22, 06 and 89. RGB value is (34,6,137). Sum of RGB (Red+Green+Blue) = 34+6+137=177 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.21% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 137 (53.91% from 255 or 77.40% from 177); Max value from RGB is 137 - color contains mainly: blue. Hex color #220689 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220689 is #DDF976. Grayscale: #1C1C1C. Windows color (decimal): -14547319 or 8980002. OLE color: 8980002.
HSL color Cylindrical-coordinate representation of color #220689: hue angle of 252.82º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #220689 is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 34 | 6 | 137 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.46 |
| HSL | 252.82º | 0.92% | 0.28% | - |
| HSV(B) | 252.82º | 0.96% | 0.54% | - |
| XYZ | 5.24 | 2.28 | 23.83 | - |
| YUV | 29.31 | 188.78 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 6 | 137 | 0.75 | 0.96 | 0 | 0.46 | 252.82 | 0.92 | 0.28 |
| Hex | 22 | 6 | 89 | 4B | 60 | 0 | 2E | FD | 5C | 1C |
| Octal | 42 | 6 | 211 | 113 | 140 | 0 | 56 | 375 | 134 | 34 |
| Binary | 100010 | 110 | 10001001 | 1001011 | 1100000 | 0 | 101110 | 11111101 | 1011100 | 11100 |
Color Harmonies of #220689
Complementary color
Monochromatic Colors of #220689
Black with #220689
Text Example
Text Example
White with #220689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220689; }
p { color: rgb(34,6,137); }
H1.HeaderClassName
{
color: #220689;
}
.AnyTagClassName
{
color: #220689;
}
</style>
background-color css
<style>
a { background-color: #220689; }
a { background-color: rgb(34,6,137); }
div.DivClassName
{
background-color: #220689;
}
.BgClassName
{
background-color: #220689;
}
</style>
border-color css
<style>
span { border-color: #220689; }
span { border-color: rgb(34,6,137); }
td.TdClassName
{
border-color: #220689;
}
.TagClassName
{
border-color: #220689;
}
</style>