Shades of Ultramarine #2A2094
Tints of Ultramarine #2A2094
RGB
CMYK
RGB Variations
Color information
#2A2094 (or 0x2A2094) is known color: Ultramarine. HEX triplet: 2A, 20 and 94. RGB value is (42,32,148). Sum of RGB (Red+Green+Blue) = 42+32+148=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 148 (58.20% from 255 or 66.67% from 222); Max value from RGB is 148 - color contains mainly: blue. Hex color #2A2094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2094 is #D5DF6B. Grayscale: #2F2F2F. Windows color (decimal): -14016364 or 9707562. OLE color: 9707562.
HSL color Cylindrical-coordinate representation of color #2A2094: hue angle of 245.17º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A2094 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 32 | 148 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.42 |
| HSL | 245.17º | 0.64% | 0.35% | - |
| HSV(B) | 245.17º | 0.78% | 0.58% | - |
| XYZ | 6.82 | 3.66 | 28.36 | - |
| YUV | 48.21 | 184.31 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 32 | 148 | 0.72 | 0.78 | 0 | 0.42 | 245.17 | 0.64 | 0.35 |
| Hex | 2A | 20 | 94 | 48 | 4E | 0 | 2A | F5 | 40 | 23 |
| Octal | 52 | 40 | 224 | 110 | 116 | 0 | 52 | 365 | 100 | 43 |
| Binary | 101010 | 100000 | 10010100 | 1001000 | 1001110 | 0 | 101010 | 11110101 | 1000000 | 100011 |
Color Harmonies of #2A2094
Complementary color
Monochromatic Colors of #2A2094
Black with #2A2094
Text Example
Text Example
White with #2A2094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2094; }
p { color: rgb(42,32,148); }
H1.HeaderClassName
{
color: #2A2094;
}
.AnyTagClassName
{
color: #2A2094;
}
</style>
background-color css
<style>
a { background-color: #2A2094; }
a { background-color: rgb(42,32,148); }
div.DivClassName
{
background-color: #2A2094;
}
.BgClassName
{
background-color: #2A2094;
}
</style>
border-color css
<style>
span { border-color: #2A2094; }
span { border-color: rgb(42,32,148); }
td.TdClassName
{
border-color: #2A2094;
}
.TagClassName
{
border-color: #2A2094;
}
</style>