Shades of Ultramarine #2A2493
Tints of Ultramarine #2A2493
RGB
CMYK
RGB Variations
Color information
#2A2493 (or 0x2A2493) is known color: Ultramarine. HEX triplet: 2A, 24 and 93. RGB value is (42,36,147). Sum of RGB (Red+Green+Blue) = 42+36+147=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 147 (57.81% from 255 or 65.33% from 225); Max value from RGB is 147 - color contains mainly: blue. Hex color #2A2493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2493 is #D5DB6C. Grayscale: #323232. Windows color (decimal): -14015341 or 9643050. OLE color: 9643050.
HSL color Cylindrical-coordinate representation of color #2A2493: hue angle of 243.24º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A2493 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 36 | 147 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.42 |
| HSL | 243.24º | 0.61% | 0.36% | - |
| HSV(B) | 243.24º | 0.76% | 0.58% | - |
| XYZ | 6.85 | 3.86 | 27.99 | - |
| YUV | 50.45 | 182.49 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 36 | 147 | 0.71 | 0.76 | 0 | 0.42 | 243.24 | 0.61 | 0.36 |
| Hex | 2A | 24 | 93 | 47 | 4C | 0 | 2A | F3 | 3D | 24 |
| Octal | 52 | 44 | 223 | 107 | 114 | 0 | 52 | 363 | 75 | 44 |
| Binary | 101010 | 100100 | 10010011 | 1000111 | 1001100 | 0 | 101010 | 11110011 | 111101 | 100100 |
Color Harmonies of #2A2493
Complementary color
Monochromatic Colors of #2A2493
Black with #2A2493
Text Example
Text Example
White with #2A2493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2493; }
p { color: rgb(42,36,147); }
H1.HeaderClassName
{
color: #2A2493;
}
.AnyTagClassName
{
color: #2A2493;
}
</style>
background-color css
<style>
a { background-color: #2A2493; }
a { background-color: rgb(42,36,147); }
div.DivClassName
{
background-color: #2A2493;
}
.BgClassName
{
background-color: #2A2493;
}
</style>
border-color css
<style>
span { border-color: #2A2493; }
span { border-color: rgb(42,36,147); }
td.TdClassName
{
border-color: #2A2493;
}
.TagClassName
{
border-color: #2A2493;
}
</style>