Shades of Ultramarine #22239B
Tints of Ultramarine #22239B
RGB
CMYK
RGB Variations
Color information
#22239B (or 0x22239B) is known color: Ultramarine. HEX triplet: 22, 23 and 9B. RGB value is (34,35,155). Sum of RGB (Red+Green+Blue) = 34+35+155=224 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.18% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 155 (60.94% from 255 or 69.20% from 224); Max value from RGB is 155 - color contains mainly: blue. Hex color #22239B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22239B is #DDDC64. Grayscale: #2F2F2F. Windows color (decimal): -14539877 or 10167074. OLE color: 10167074.
HSL color Cylindrical-coordinate representation of color #22239B: hue angle of 239.5º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22239B is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 35 | 155 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.39 |
| HSL | 239.5º | 0.64% | 0.37% | - |
| HSV(B) | 239.5º | 0.78% | 0.61% | - |
| XYZ | 7.18 | 3.91 | 31.39 | - |
| YUV | 48.38 | 188.17 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 35 | 155 | 0.78 | 0.77 | 0 | 0.39 | 239.5 | 0.64 | 0.37 |
| Hex | 22 | 23 | 9B | 4E | 4D | 0 | 27 | F0 | 40 | 25 |
| Octal | 42 | 43 | 233 | 116 | 115 | 0 | 47 | 360 | 100 | 45 |
| Binary | 100010 | 100011 | 10011011 | 1001110 | 1001101 | 0 | 100111 | 11110000 | 1000000 | 100101 |
Color Harmonies of #22239B
Complementary color
Monochromatic Colors of #22239B
Black with #22239B
Text Example
Text Example
White with #22239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22239B; }
p { color: rgb(34,35,155); }
H1.HeaderClassName
{
color: #22239B;
}
.AnyTagClassName
{
color: #22239B;
}
</style>
background-color css
<style>
a { background-color: #22239B; }
a { background-color: rgb(34,35,155); }
div.DivClassName
{
background-color: #22239B;
}
.BgClassName
{
background-color: #22239B;
}
</style>
border-color css
<style>
span { border-color: #22239B; }
span { border-color: rgb(34,35,155); }
td.TdClassName
{
border-color: #22239B;
}
.TagClassName
{
border-color: #22239B;
}
</style>