Shades of Ultramarine #2A2599
Tints of Ultramarine #2A2599
RGB
CMYK
RGB Variations
Color information
#2A2599 (or 0x2A2599) is known color: Ultramarine. HEX triplet: 2A, 25 and 99. RGB value is (42,37,153). Sum of RGB (Red+Green+Blue) = 42+37+153=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A2599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2599 is #D5DA66. Grayscale: #333333. Windows color (decimal): -14015079 or 10036522. OLE color: 10036522.
HSL color Cylindrical-coordinate representation of color #2A2599: hue angle of 242.59º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A2599 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 37 | 153 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.4 |
| HSL | 242.59º | 0.61% | 0.37% | - |
| HSV(B) | 242.59º | 0.76% | 0.6% | - |
| XYZ | 7.37 | 4.12 | 30.54 | - |
| YUV | 51.72 | 185.16 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 37 | 153 | 0.73 | 0.76 | 0 | 0.4 | 242.59 | 0.61 | 0.37 |
| Hex | 2A | 25 | 99 | 49 | 4C | 0 | 28 | F3 | 3D | 25 |
| Octal | 52 | 45 | 231 | 111 | 114 | 0 | 50 | 363 | 75 | 45 |
| Binary | 101010 | 100101 | 10011001 | 1001001 | 1001100 | 0 | 101000 | 11110011 | 111101 | 100101 |
Color Harmonies of #2A2599
Complementary color
Monochromatic Colors of #2A2599
Black with #2A2599
Text Example
Text Example
White with #2A2599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2599; }
p { color: rgb(42,37,153); }
H1.HeaderClassName
{
color: #2A2599;
}
.AnyTagClassName
{
color: #2A2599;
}
</style>
background-color css
<style>
a { background-color: #2A2599; }
a { background-color: rgb(42,37,153); }
div.DivClassName
{
background-color: #2A2599;
}
.BgClassName
{
background-color: #2A2599;
}
</style>
border-color css
<style>
span { border-color: #2A2599; }
span { border-color: rgb(42,37,153); }
td.TdClassName
{
border-color: #2A2599;
}
.TagClassName
{
border-color: #2A2599;
}
</style>