Shades of Ultramarine #22038B
Tints of Ultramarine #22038B
RGB
CMYK
RGB Variations
Color information
#22038B (or 0x22038B) is known color: Ultramarine. HEX triplet: 22, 03 and 8B. RGB value is (34,3,139). Sum of RGB (Red+Green+Blue) = 34+3+139=176 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.32% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 139 (54.69% from 255 or 78.98% from 176); Max value from RGB is 139 - color contains mainly: blue. Hex color #22038B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22038B is #DDFC74. Grayscale: #1B1B1B. Windows color (decimal): -14548085 or 9110306. OLE color: 9110306.
HSL color Cylindrical-coordinate representation of color #22038B: hue angle of 253.68º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #22038B is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 3 | 139 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.45 |
| HSL | 253.68º | 0.96% | 0.28% | - |
| HSV(B) | 253.68º | 0.98% | 0.55% | - |
| XYZ | 5.35 | 2.27 | 24.58 | - |
| YUV | 27.77 | 190.77 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 3 | 139 | 0.76 | 0.98 | 0 | 0.45 | 253.68 | 0.96 | 0.28 |
| Hex | 22 | 3 | 8B | 4C | 62 | 0 | 2D | FE | 60 | 1C |
| Octal | 42 | 3 | 213 | 114 | 142 | 0 | 55 | 376 | 140 | 34 |
| Binary | 100010 | 11 | 10001011 | 1001100 | 1100010 | 0 | 101101 | 11111110 | 1100000 | 11100 |
Color Harmonies of #22038B
Complementary color
Monochromatic Colors of #22038B
Black with #22038B
Text Example
Text Example
White with #22038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22038B; }
p { color: rgb(34,3,139); }
H1.HeaderClassName
{
color: #22038B;
}
.AnyTagClassName
{
color: #22038B;
}
</style>
background-color css
<style>
a { background-color: #22038B; }
a { background-color: rgb(34,3,139); }
div.DivClassName
{
background-color: #22038B;
}
.BgClassName
{
background-color: #22038B;
}
</style>
border-color css
<style>
span { border-color: #22038B; }
span { border-color: rgb(34,3,139); }
td.TdClassName
{
border-color: #22038B;
}
.TagClassName
{
border-color: #22038B;
}
</style>