Shades of Ultramarine #222395
Tints of Ultramarine #222395
RGB
CMYK
RGB Variations
Color information
#222395 (or 0x222395) is known color: Ultramarine. HEX triplet: 22, 23 and 95. RGB value is (34,35,149). Sum of RGB (Red+Green+Blue) = 34+35+149=218 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.60% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #222395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222395 is #DDDC6A. Grayscale: #2F2F2F. Windows color (decimal): -14539883 or 9773858. OLE color: 9773858.
HSL color Cylindrical-coordinate representation of color #222395: hue angle of 239.48º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #222395 is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 35 | 149 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.42 |
| HSL | 239.48º | 0.63% | 0.36% | - |
| HSV(B) | 239.48º | 0.77% | 0.58% | - |
| XYZ | 6.69 | 3.71 | 28.8 | - |
| YUV | 47.7 | 185.17 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 35 | 149 | 0.77 | 0.77 | 0 | 0.42 | 239.48 | 0.63 | 0.36 |
| Hex | 22 | 23 | 95 | 4D | 4D | 0 | 2A | EF | 3F | 24 |
| Octal | 42 | 43 | 225 | 115 | 115 | 0 | 52 | 357 | 77 | 44 |
| Binary | 100010 | 100011 | 10010101 | 1001101 | 1001101 | 0 | 101010 | 11101111 | 111111 | 100100 |
Color Harmonies of #222395
Complementary color
Monochromatic Colors of #222395
Black with #222395
Text Example
Text Example
White with #222395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222395; }
p { color: rgb(34,35,149); }
H1.HeaderClassName
{
color: #222395;
}
.AnyTagClassName
{
color: #222395;
}
</style>
background-color css
<style>
a { background-color: #222395; }
a { background-color: rgb(34,35,149); }
div.DivClassName
{
background-color: #222395;
}
.BgClassName
{
background-color: #222395;
}
</style>
border-color css
<style>
span { border-color: #222395; }
span { border-color: rgb(34,35,149); }
td.TdClassName
{
border-color: #222395;
}
.TagClassName
{
border-color: #222395;
}
</style>