Shades of Ultramarine #220686
Tints of Ultramarine #220686
RGB
CMYK
RGB Variations
Color information
#220686 (or 0x220686) is known color: Ultramarine. HEX triplet: 22, 06 and 86. RGB value is (34,6,134). Sum of RGB (Red+Green+Blue) = 34+6+134=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 134 (52.73% from 255 or 77.01% from 174); Max value from RGB is 134 - color contains mainly: blue. Hex color #220686 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220686 is #DDF979. Grayscale: #1C1C1C. Windows color (decimal): -14547322 or 8783394. OLE color: 8783394.
HSL color Cylindrical-coordinate representation of color #220686: hue angle of 253.12º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #220686 is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 6 | 134 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.47 |
| HSL | 253.13º | 0.91% | 0.27% | - |
| HSV(B) | 253.13º | 0.96% | 0.53% | - |
| XYZ | 5.03 | 2.19 | 22.71 | - |
| YUV | 28.96 | 187.28 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 6 | 134 | 0.75 | 0.96 | 0 | 0.47 | 253.13 | 0.91 | 0.27 |
| Hex | 22 | 6 | 86 | 4B | 60 | 0 | 2F | FD | 5B | 1B |
| Octal | 42 | 6 | 206 | 113 | 140 | 0 | 57 | 375 | 133 | 33 |
| Binary | 100010 | 110 | 10000110 | 1001011 | 1100000 | 0 | 101111 | 11111101 | 1011011 | 11011 |
Color Harmonies of #220686
Complementary color
Monochromatic Colors of #220686
Black with #220686
Text Example
Text Example
White with #220686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220686; }
p { color: rgb(34,6,134); }
H1.HeaderClassName
{
color: #220686;
}
.AnyTagClassName
{
color: #220686;
}
</style>
background-color css
<style>
a { background-color: #220686; }
a { background-color: rgb(34,6,134); }
div.DivClassName
{
background-color: #220686;
}
.BgClassName
{
background-color: #220686;
}
</style>
border-color css
<style>
span { border-color: #220686; }
span { border-color: rgb(34,6,134); }
td.TdClassName
{
border-color: #220686;
}
.TagClassName
{
border-color: #220686;
}
</style>