Shades of Ultramarine #22178C
Tints of Ultramarine #22178C
RGB
CMYK
RGB Variations
Color information
#22178C (or 0x22178C) is known color: Ultramarine. HEX triplet: 22, 17 and 8C. RGB value is (34,23,140). Sum of RGB (Red+Green+Blue) = 34+23+140=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 140 (55.08% from 255 or 71.07% from 197); Max value from RGB is 140 - color contains mainly: blue. Hex color #22178C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22178C is #DDE873. Grayscale: #272727. Windows color (decimal): -14542964 or 9180962. OLE color: 9180962.
HSL color Cylindrical-coordinate representation of color #22178C: hue angle of 245.64º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22178C is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 23 | 140 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.45 |
| HSL | 245.64º | 0.72% | 0.32% | - |
| HSV(B) | 245.64º | 0.84% | 0.55% | - |
| XYZ | 5.7 | 2.85 | 25.06 | - |
| YUV | 39.63 | 184.64 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 23 | 140 | 0.76 | 0.84 | 0 | 0.45 | 245.64 | 0.72 | 0.32 |
| Hex | 22 | 17 | 8C | 4C | 54 | 0 | 2D | F6 | 48 | 20 |
| Octal | 42 | 27 | 214 | 114 | 124 | 0 | 55 | 366 | 110 | 40 |
| Binary | 100010 | 10111 | 10001100 | 1001100 | 1010100 | 0 | 101101 | 11110110 | 1001000 | 100000 |
Color Harmonies of #22178C
Complementary color
Monochromatic Colors of #22178C
Black with #22178C
Text Example
Text Example
White with #22178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22178C; }
p { color: rgb(34,23,140); }
H1.HeaderClassName
{
color: #22178C;
}
.AnyTagClassName
{
color: #22178C;
}
</style>
background-color css
<style>
a { background-color: #22178C; }
a { background-color: rgb(34,23,140); }
div.DivClassName
{
background-color: #22178C;
}
.BgClassName
{
background-color: #22178C;
}
</style>
border-color css
<style>
span { border-color: #22178C; }
span { border-color: rgb(34,23,140); }
td.TdClassName
{
border-color: #22178C;
}
.TagClassName
{
border-color: #22178C;
}
</style>