Shades of Ultramarine #2A2192
Tints of Ultramarine #2A2192
RGB
CMYK
RGB Variations
Color information
#2A2192 (or 0x2A2192) is known color: Ultramarine. HEX triplet: 2A, 21 and 92. RGB value is (42,33,146). Sum of RGB (Red+Green+Blue) = 42+33+146=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 146 (57.42% from 255 or 66.06% from 221); Max value from RGB is 146 - color contains mainly: blue. Hex color #2A2192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2192 is #D5DE6D. Grayscale: #303030. Windows color (decimal): -14016110 or 9576746. OLE color: 9576746.
HSL color Cylindrical-coordinate representation of color #2A2192: hue angle of 244.78º 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 #2A2192 is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 42 | 33 | 146 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.43 |
| HSL | 244.78º | 0.63% | 0.35% | - |
| HSV(B) | 244.78º | 0.77% | 0.57% | - |
| XYZ | 6.69 | 3.66 | 27.55 | - |
| YUV | 48.57 | 182.98 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 33 | 146 | 0.71 | 0.77 | 0 | 0.43 | 244.78 | 0.63 | 0.35 |
| Hex | 2A | 21 | 92 | 47 | 4D | 0 | 2B | F5 | 3F | 23 |
| Octal | 52 | 41 | 222 | 107 | 115 | 0 | 53 | 365 | 77 | 43 |
| Binary | 101010 | 100001 | 10010010 | 1000111 | 1001101 | 0 | 101011 | 11110101 | 111111 | 100011 |
Color Harmonies of #2A2192
Complementary color
Monochromatic Colors of #2A2192
Black with #2A2192
Text Example
Text Example
White with #2A2192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2192; }
p { color: rgb(42,33,146); }
H1.HeaderClassName
{
color: #2A2192;
}
.AnyTagClassName
{
color: #2A2192;
}
</style>
background-color css
<style>
a { background-color: #2A2192; }
a { background-color: rgb(42,33,146); }
div.DivClassName
{
background-color: #2A2192;
}
.BgClassName
{
background-color: #2A2192;
}
</style>
border-color css
<style>
span { border-color: #2A2192; }
span { border-color: rgb(42,33,146); }
td.TdClassName
{
border-color: #2A2192;
}
.TagClassName
{
border-color: #2A2192;
}
</style>