Shades of Ultramarine #2A2191
Tints of Ultramarine #2A2191
RGB
CMYK
RGB Variations
Color information
#2A2191 (or 0x2A2191) is known color: Ultramarine. HEX triplet: 2A, 21 and 91. RGB value is (42,33,145). Sum of RGB (Red+Green+Blue) = 42+33+145=220 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.09% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 145 (57.03% from 255 or 65.91% from 220); Max value from RGB is 145 - color contains mainly: blue. Hex color #2A2191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2191 is #D5DE6E. Grayscale: #303030. Windows color (decimal): -14016111 or 9511210. OLE color: 9511210.
HSL color Cylindrical-coordinate representation of color #2A2191: hue angle of 244.82º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A2191 is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 42 | 33 | 145 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.43 |
| HSL | 244.82º | 0.63% | 0.35% | - |
| HSV(B) | 244.82º | 0.77% | 0.57% | - |
| XYZ | 6.61 | 3.62 | 27.14 | - |
| YUV | 48.46 | 182.48 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 33 | 145 | 0.71 | 0.77 | 0 | 0.43 | 244.82 | 0.63 | 0.35 |
| Hex | 2A | 21 | 91 | 47 | 4D | 0 | 2B | F5 | 3F | 23 |
| Octal | 52 | 41 | 221 | 107 | 115 | 0 | 53 | 365 | 77 | 43 |
| Binary | 101010 | 100001 | 10010001 | 1000111 | 1001101 | 0 | 101011 | 11110101 | 111111 | 100011 |
Color Harmonies of #2A2191
Complementary color
Monochromatic Colors of #2A2191
Black with #2A2191
Text Example
Text Example
White with #2A2191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2191; }
p { color: rgb(42,33,145); }
H1.HeaderClassName
{
color: #2A2191;
}
.AnyTagClassName
{
color: #2A2191;
}
</style>
background-color css
<style>
a { background-color: #2A2191; }
a { background-color: rgb(42,33,145); }
div.DivClassName
{
background-color: #2A2191;
}
.BgClassName
{
background-color: #2A2191;
}
</style>
border-color css
<style>
span { border-color: #2A2191; }
span { border-color: rgb(42,33,145); }
td.TdClassName
{
border-color: #2A2191;
}
.TagClassName
{
border-color: #2A2191;
}
</style>