Shades of Ultramarine #22258D
Tints of Ultramarine #22258D
RGB
CMYK
RGB Variations
Color information
#22258D (or 0x22258D) is known color: Ultramarine. HEX triplet: 22, 25 and 8D. RGB value is (34,37,141). Sum of RGB (Red+Green+Blue) = 34+37+141=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #22258D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22258D is #DDDA72. Grayscale: #2F2F2F. Windows color (decimal): -14539379 or 9250082. OLE color: 9250082.
HSL color Cylindrical-coordinate representation of color #22258D: hue angle of 238.32º 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 #22258D is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 37 | 141 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.45 |
| HSL | 238.32º | 0.61% | 0.34% | - |
| HSV(B) | 238.32º | 0.76% | 0.55% | - |
| XYZ | 6.13 | 3.59 | 25.57 | - |
| YUV | 47.96 | 180.51 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 37 | 141 | 0.76 | 0.74 | 0 | 0.45 | 238.32 | 0.61 | 0.34 |
| Hex | 22 | 25 | 8D | 4C | 4A | 0 | 2D | EE | 3D | 22 |
| Octal | 42 | 45 | 215 | 114 | 112 | 0 | 55 | 356 | 75 | 42 |
| Binary | 100010 | 100101 | 10001101 | 1001100 | 1001010 | 0 | 101101 | 11101110 | 111101 | 100010 |
Color Harmonies of #22258D
Complementary color
Monochromatic Colors of #22258D
Black with #22258D
Text Example
Text Example
White with #22258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22258D; }
p { color: rgb(34,37,141); }
H1.HeaderClassName
{
color: #22258D;
}
.AnyTagClassName
{
color: #22258D;
}
</style>
background-color css
<style>
a { background-color: #22258D; }
a { background-color: rgb(34,37,141); }
div.DivClassName
{
background-color: #22258D;
}
.BgClassName
{
background-color: #22258D;
}
</style>
border-color css
<style>
span { border-color: #22258D; }
span { border-color: rgb(34,37,141); }
td.TdClassName
{
border-color: #22258D;
}
.TagClassName
{
border-color: #22258D;
}
</style>