Shades of Ultramarine #221FA3
Tints of Ultramarine #221FA3
RGB
CMYK
RGB Variations
Color information
#221FA3 (or 0x221FA3) is known color: Ultramarine. HEX triplet: 22, 1F and A3. RGB value is (34,31,163). Sum of RGB (Red+Green+Blue) = 34+31+163=228 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.91% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 163 (64.06% from 255 or 71.49% from 228); Max value from RGB is 163 - color contains mainly: blue. Hex color #221FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221FA3 is #DDE05C. Grayscale: #2E2E2E. Windows color (decimal): -14540893 or 10690338. OLE color: 10690338.
HSL color Cylindrical-coordinate representation of color #221FA3: hue angle of 241.36º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #221FA3 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 34 | 31 | 163 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.36 |
| HSL | 241.36º | 0.68% | 0.38% | - |
| HSV(B) | 241.36º | 0.81% | 0.64% | - |
| XYZ | 7.76 | 3.96 | 35.01 | - |
| YUV | 46.95 | 193.49 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 31 | 163 | 0.79 | 0.81 | 0 | 0.36 | 241.36 | 0.68 | 0.38 |
| Hex | 22 | 1F | A3 | 4F | 51 | 0 | 24 | F1 | 44 | 26 |
| Octal | 42 | 37 | 243 | 117 | 121 | 0 | 44 | 361 | 104 | 46 |
| Binary | 100010 | 11111 | 10100011 | 1001111 | 1010001 | 0 | 100100 | 11110001 | 1000100 | 100110 |
Color Harmonies of #221FA3
Complementary color
Monochromatic Colors of #221FA3
Black with #221FA3
Text Example
Text Example
White with #221FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221FA3; }
p { color: rgb(34,31,163); }
H1.HeaderClassName
{
color: #221FA3;
}
.AnyTagClassName
{
color: #221FA3;
}
</style>
background-color css
<style>
a { background-color: #221FA3; }
a { background-color: rgb(34,31,163); }
div.DivClassName
{
background-color: #221FA3;
}
.BgClassName
{
background-color: #221FA3;
}
</style>
border-color css
<style>
span { border-color: #221FA3; }
span { border-color: rgb(34,31,163); }
td.TdClassName
{
border-color: #221FA3;
}
.TagClassName
{
border-color: #221FA3;
}
</style>