Shades of Ultramarine #2922A1
Tints of Ultramarine #2922A1
RGB
CMYK
RGB Variations
Color information
#2922A1 (or 0x2922A1) is known color: Ultramarine. HEX triplet: 29, 22 and A1. RGB value is (41,34,161). Sum of RGB (Red+Green+Blue) = 41+34+161=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 161 (63.28% from 255 or 68.22% from 236); Max value from RGB is 161 - color contains mainly: blue. Hex color #2922A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2922A1 is #D6DD5E. Grayscale: #323232. Windows color (decimal): -14081375 or 10560041. OLE color: 10560041.
HSL color Cylindrical-coordinate representation of color #2922A1: hue angle of 243.31º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2922A1 is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 41 | 34 | 161 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.37 |
| HSL | 243.31º | 0.65% | 0.38% | - |
| HSV(B) | 243.31º | 0.79% | 0.63% | - |
| XYZ | 7.92 | 4.19 | 34.11 | - |
| YUV | 50.57 | 190.32 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 34 | 161 | 0.75 | 0.79 | 0 | 0.37 | 243.31 | 0.65 | 0.38 |
| Hex | 29 | 22 | A1 | 4B | 4F | 0 | 25 | F3 | 41 | 26 |
| Octal | 51 | 42 | 241 | 113 | 117 | 0 | 45 | 363 | 101 | 46 |
| Binary | 101001 | 100010 | 10100001 | 1001011 | 1001111 | 0 | 100101 | 11110011 | 1000001 | 100110 |
Color Harmonies of #2922A1
Complementary color
Monochromatic Colors of #2922A1
Black with #2922A1
Text Example
Text Example
White with #2922A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2922A1; }
p { color: rgb(41,34,161); }
H1.HeaderClassName
{
color: #2922A1;
}
.AnyTagClassName
{
color: #2922A1;
}
</style>
background-color css
<style>
a { background-color: #2922A1; }
a { background-color: rgb(41,34,161); }
div.DivClassName
{
background-color: #2922A1;
}
.BgClassName
{
background-color: #2922A1;
}
</style>
border-color css
<style>
span { border-color: #2922A1; }
span { border-color: rgb(41,34,161); }
td.TdClassName
{
border-color: #2922A1;
}
.TagClassName
{
border-color: #2922A1;
}
</style>