Shades of Ultramarine #2218A1
Tints of Ultramarine #2218A1
RGB
CMYK
RGB Variations
Color information
#2218A1 (or 0x2218A1) is known color: Ultramarine. HEX triplet: 22, 18 and A1. RGB value is (34,24,161). Sum of RGB (Red+Green+Blue) = 34+24+161=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 161 (63.28% from 255 or 73.52% from 219); Max value from RGB is 161 - color contains mainly: blue. Hex color #2218A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2218A1 is #DDE75E. Grayscale: #2A2A2A. Windows color (decimal): -14542687 or 10557474. OLE color: 10557474.
HSL color Cylindrical-coordinate representation of color #2218A1: hue angle of 244.38º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2218A1 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 34 | 24 | 161 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.37 |
| HSL | 244.38º | 0.74% | 0.36% | - |
| HSV(B) | 244.38º | 0.85% | 0.63% | - |
| XYZ | 7.42 | 3.57 | 34.02 | - |
| YUV | 42.61 | 194.81 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 24 | 161 | 0.79 | 0.85 | 0 | 0.37 | 244.38 | 0.74 | 0.36 |
| Hex | 22 | 18 | A1 | 4F | 55 | 0 | 25 | F4 | 4A | 24 |
| Octal | 42 | 30 | 241 | 117 | 125 | 0 | 45 | 364 | 112 | 44 |
| Binary | 100010 | 11000 | 10100001 | 1001111 | 1010101 | 0 | 100101 | 11110100 | 1001010 | 100100 |
Color Harmonies of #2218A1
Complementary color
Monochromatic Colors of #2218A1
Black with #2218A1
Text Example
Text Example
White with #2218A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2218A1; }
p { color: rgb(34,24,161); }
H1.HeaderClassName
{
color: #2218A1;
}
.AnyTagClassName
{
color: #2218A1;
}
</style>
background-color css
<style>
a { background-color: #2218A1; }
a { background-color: rgb(34,24,161); }
div.DivClassName
{
background-color: #2218A1;
}
.BgClassName
{
background-color: #2218A1;
}
</style>
border-color css
<style>
span { border-color: #2218A1; }
span { border-color: rgb(34,24,161); }
td.TdClassName
{
border-color: #2218A1;
}
.TagClassName
{
border-color: #2218A1;
}
</style>