Shades of Ultramarine #2201AD
Tints of Ultramarine #2201AD
RGB
CMYK
RGB Variations
Color information
#2201AD (or 0x2201AD) is known color: Ultramarine. HEX triplet: 22, 01 and AD. RGB value is (34,1,173). Sum of RGB (Red+Green+Blue) = 34+1+173=208 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.35% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 173 (67.97% from 255 or 83.17% from 208); Max value from RGB is 173 - color contains mainly: blue. Hex color #2201AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2201AD is #DDFE52. Grayscale: #1D1D1D. Windows color (decimal): -14548563 or 11338018. OLE color: 11338018.
HSL color Cylindrical-coordinate representation of color #2201AD: hue angle of 251.51º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2201AD is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 1 | 173 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.32 |
| HSL | 251.51º | 0.99% | 0.34% | - |
| HSV(B) | 251.51º | 0.99% | 0.68% | - |
| XYZ | 8.21 | 3.38 | 39.75 | - |
| YUV | 30.48 | 208.43 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 173 | 0.80 | 0.99 | 0 | 0.32 | 251.51 | 0.99 | 0.34 |
| Hex | 22 | 1 | AD | 50 | 63 | 0 | 20 | FC | 63 | 22 |
| Octal | 42 | 1 | 255 | 120 | 143 | 0 | 40 | 374 | 143 | 42 |
| Binary | 100010 | 1 | 10101101 | 1010000 | 1100011 | 0 | 100000 | 11111100 | 1100011 | 100010 |
Color Harmonies of #2201AD
Complementary color
Monochromatic Colors of #2201AD
Black with #2201AD
Text Example
Text Example
White with #2201AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2201AD; }
p { color: rgb(34,1,173); }
H1.HeaderClassName
{
color: #2201AD;
}
.AnyTagClassName
{
color: #2201AD;
}
</style>
background-color css
<style>
a { background-color: #2201AD; }
a { background-color: rgb(34,1,173); }
div.DivClassName
{
background-color: #2201AD;
}
.BgClassName
{
background-color: #2201AD;
}
</style>
border-color css
<style>
span { border-color: #2201AD; }
span { border-color: rgb(34,1,173); }
td.TdClassName
{
border-color: #2201AD;
}
.TagClassName
{
border-color: #2201AD;
}
</style>