Shades of Ultramarine #2214A7
Tints of Ultramarine #2214A7
RGB
CMYK
RGB Variations
Color information
#2214A7 (or 0x2214A7) is known color: Ultramarine. HEX triplet: 22, 14 and A7. RGB value is (34,20,167). Sum of RGB (Red+Green+Blue) = 34+20+167=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 167 (65.62% from 255 or 75.57% from 221); Max value from RGB is 167 - color contains mainly: blue. Hex color #2214A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2214A7 is #DDEB58. Grayscale: #282828. Windows color (decimal): -14543705 or 10949666. OLE color: 10949666.
HSL color Cylindrical-coordinate representation of color #2214A7: hue angle of 245.71º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2214A7 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 34 | 20 | 167 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.35 |
| HSL | 245.71º | 0.79% | 0.37% | - |
| HSV(B) | 245.71º | 0.88% | 0.65% | - |
| XYZ | 7.88 | 3.63 | 36.84 | - |
| YUV | 40.94 | 199.14 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 20 | 167 | 0.80 | 0.88 | 0 | 0.35 | 245.71 | 0.79 | 0.37 |
| Hex | 22 | 14 | A7 | 50 | 58 | 0 | 23 | F6 | 4F | 25 |
| Octal | 42 | 24 | 247 | 120 | 130 | 0 | 43 | 366 | 117 | 45 |
| Binary | 100010 | 10100 | 10100111 | 1010000 | 1011000 | 0 | 100011 | 11110110 | 1001111 | 100101 |
Color Harmonies of #2214A7
Complementary color
Monochromatic Colors of #2214A7
Black with #2214A7
Text Example
Text Example
White with #2214A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2214A7; }
p { color: rgb(34,20,167); }
H1.HeaderClassName
{
color: #2214A7;
}
.AnyTagClassName
{
color: #2214A7;
}
</style>
background-color css
<style>
a { background-color: #2214A7; }
a { background-color: rgb(34,20,167); }
div.DivClassName
{
background-color: #2214A7;
}
.BgClassName
{
background-color: #2214A7;
}
</style>
border-color css
<style>
span { border-color: #2214A7; }
span { border-color: rgb(34,20,167); }
td.TdClassName
{
border-color: #2214A7;
}
.TagClassName
{
border-color: #2214A7;
}
</style>