Shades of Ultramarine #220788
Tints of Ultramarine #220788
RGB
CMYK
RGB Variations
Color information
#220788 (or 0x220788) is known color: Ultramarine. HEX triplet: 22, 07 and 88. RGB value is (34,7,136). Sum of RGB (Red+Green+Blue) = 34+7+136=177 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.21% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 136 (53.52% from 255 or 76.84% from 177); Max value from RGB is 136 - color contains mainly: blue. Hex color #220788 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220788 is #DDF877. Grayscale: #1D1D1D. Windows color (decimal): -14547064 or 8914722. OLE color: 8914722.
HSL color Cylindrical-coordinate representation of color #220788: hue angle of 252.56º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220788 is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 7 | 136 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.47 |
| HSL | 252.56º | 0.9% | 0.28% | - |
| HSV(B) | 252.56º | 0.95% | 0.53% | - |
| XYZ | 5.18 | 2.27 | 23.46 | - |
| YUV | 29.78 | 187.95 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 7 | 136 | 0.75 | 0.95 | 0 | 0.47 | 252.56 | 0.9 | 0.28 |
| Hex | 22 | 7 | 88 | 4B | 5F | 0 | 2F | FD | 5A | 1C |
| Octal | 42 | 7 | 210 | 113 | 137 | 0 | 57 | 375 | 132 | 34 |
| Binary | 100010 | 111 | 10001000 | 1001011 | 1011111 | 0 | 101111 | 11111101 | 1011010 | 11100 |
Color Harmonies of #220788
Complementary color
Monochromatic Colors of #220788
Black with #220788
Text Example
Text Example
White with #220788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220788; }
p { color: rgb(34,7,136); }
H1.HeaderClassName
{
color: #220788;
}
.AnyTagClassName
{
color: #220788;
}
</style>
background-color css
<style>
a { background-color: #220788; }
a { background-color: rgb(34,7,136); }
div.DivClassName
{
background-color: #220788;
}
.BgClassName
{
background-color: #220788;
}
</style>
border-color css
<style>
span { border-color: #220788; }
span { border-color: rgb(34,7,136); }
td.TdClassName
{
border-color: #220788;
}
.TagClassName
{
border-color: #220788;
}
</style>