Shades of Ultramarine #2200AF
Tints of Ultramarine #2200AF
RGB
CMYK
RGB Variations
Color information
#2200AF (or 0x2200AF) is known color: Ultramarine. HEX triplet: 22, 00 and AF. RGB value is (34,0,175). Sum of RGB (Red+Green+Blue) = 34+0+175=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 175 (68.75% from 255 or 83.73% from 209); Max value from RGB is 175 - color contains mainly: blue. Hex color #2200AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2200AF is #DDFF50. Grayscale: #1D1D1D. Windows color (decimal): -14548817 or 11468834. OLE color: 11468834.
HSL color Cylindrical-coordinate representation of color #2200AF: hue angle of 251.66º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2200AF is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 0 | 175 | - |
| CMYK | 0.81 | 1 | 0 | 0.31 |
| HSL | 251.66º | 1% | 0.34% | - |
| HSV(B) | 251.66º | 1% | 0.69% | - |
| XYZ | 8.4 | 3.44 | 40.78 | - |
| YUV | 30.12 | 209.76 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 0 | 175 | 0.81 | 1 | 0 | 0.31 | 251.66 | 1 | 0.34 |
| Hex | 22 | 0 | AF | 51 | 64 | 0 | 1F | FC | 64 | 22 |
| Octal | 42 | 0 | 257 | 121 | 144 | 0 | 37 | 374 | 144 | 42 |
| Binary | 100010 | 0 | 10101111 | 1010001 | 1100100 | 0 | 11111 | 11111100 | 1100100 | 100010 |
Color Harmonies of #2200AF
Complementary color
Monochromatic Colors of #2200AF
Black with #2200AF
Text Example
Text Example
White with #2200AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2200AF; }
p { color: rgb(34,0,175); }
H1.HeaderClassName
{
color: #2200AF;
}
.AnyTagClassName
{
color: #2200AF;
}
</style>
background-color css
<style>
a { background-color: #2200AF; }
a { background-color: rgb(34,0,175); }
div.DivClassName
{
background-color: #2200AF;
}
.BgClassName
{
background-color: #2200AF;
}
</style>
border-color css
<style>
span { border-color: #2200AF; }
span { border-color: rgb(34,0,175); }
td.TdClassName
{
border-color: #2200AF;
}
.TagClassName
{
border-color: #2200AF;
}
</style>