Shades of Ultramarine #221688
Tints of Ultramarine #221688
RGB
CMYK
RGB Variations
Color information
#221688 (or 0x221688) is known color: Ultramarine. HEX triplet: 22, 16 and 88. RGB value is (34,22,136). Sum of RGB (Red+Green+Blue) = 34+22+136=192 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.71% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 136 (53.52% from 255 or 70.83% from 192); Max value from RGB is 136 - color contains mainly: blue. Hex color #221688 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221688 is #DDE977. Grayscale: #262626. Windows color (decimal): -14543224 or 8918562. OLE color: 8918562.
HSL color Cylindrical-coordinate representation of color #221688: hue angle of 246.32º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #221688 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 22 | 136 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.47 |
| HSL | 246.32º | 0.72% | 0.31% | - |
| HSV(B) | 246.32º | 0.84% | 0.53% | - |
| XYZ | 5.39 | 2.69 | 23.53 | - |
| YUV | 38.58 | 182.98 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 22 | 136 | 0.75 | 0.84 | 0 | 0.47 | 246.32 | 0.72 | 0.31 |
| Hex | 22 | 16 | 88 | 4B | 54 | 0 | 2F | F6 | 48 | 1F |
| Octal | 42 | 26 | 210 | 113 | 124 | 0 | 57 | 366 | 110 | 37 |
| Binary | 100010 | 10110 | 10001000 | 1001011 | 1010100 | 0 | 101111 | 11110110 | 1001000 | 11111 |
Color Harmonies of #221688
Complementary color
Monochromatic Colors of #221688
Black with #221688
Text Example
Text Example
White with #221688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221688; }
p { color: rgb(34,22,136); }
H1.HeaderClassName
{
color: #221688;
}
.AnyTagClassName
{
color: #221688;
}
</style>
background-color css
<style>
a { background-color: #221688; }
a { background-color: rgb(34,22,136); }
div.DivClassName
{
background-color: #221688;
}
.BgClassName
{
background-color: #221688;
}
</style>
border-color css
<style>
span { border-color: #221688; }
span { border-color: rgb(34,22,136); }
td.TdClassName
{
border-color: #221688;
}
.TagClassName
{
border-color: #221688;
}
</style>