Shades of Ultramarine #22248C
Tints of Ultramarine #22248C
RGB
CMYK
RGB Variations
Color information
#22248C (or 0x22248C) is known color: Ultramarine. HEX triplet: 22, 24 and 8C. RGB value is (34,36,140). Sum of RGB (Red+Green+Blue) = 34+36+140=210 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.19% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 140 (55.08% from 255 or 66.67% from 210); Max value from RGB is 140 - color contains mainly: blue. Hex color #22248C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22248C is #DDDB73. Grayscale: #2E2E2E. Windows color (decimal): -14539636 or 9184290. OLE color: 9184290.
HSL color Cylindrical-coordinate representation of color #22248C: hue angle of 238.87º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22248C is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 36 | 140 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.45 |
| HSL | 238.87º | 0.61% | 0.34% | - |
| HSV(B) | 238.87º | 0.76% | 0.55% | - |
| XYZ | 6.02 | 3.5 | 25.17 | - |
| YUV | 47.26 | 180.34 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 36 | 140 | 0.76 | 0.74 | 0 | 0.45 | 238.87 | 0.61 | 0.34 |
| Hex | 22 | 24 | 8C | 4C | 4A | 0 | 2D | EF | 3D | 22 |
| Octal | 42 | 44 | 214 | 114 | 112 | 0 | 55 | 357 | 75 | 42 |
| Binary | 100010 | 100100 | 10001100 | 1001100 | 1001010 | 0 | 101101 | 11101111 | 111101 | 100010 |
Color Harmonies of #22248C
Complementary color
Monochromatic Colors of #22248C
Black with #22248C
Text Example
Text Example
White with #22248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22248C; }
p { color: rgb(34,36,140); }
H1.HeaderClassName
{
color: #22248C;
}
.AnyTagClassName
{
color: #22248C;
}
</style>
background-color css
<style>
a { background-color: #22248C; }
a { background-color: rgb(34,36,140); }
div.DivClassName
{
background-color: #22248C;
}
.BgClassName
{
background-color: #22248C;
}
</style>
border-color css
<style>
span { border-color: #22248C; }
span { border-color: rgb(34,36,140); }
td.TdClassName
{
border-color: #22248C;
}
.TagClassName
{
border-color: #22248C;
}
</style>