Shades of Ultramarine #2A2797
Tints of Ultramarine #2A2797
RGB
CMYK
RGB Variations
Color information
#2A2797 (or 0x2A2797) is known color: Ultramarine. HEX triplet: 2A, 27 and 97. RGB value is (42,39,151). Sum of RGB (Red+Green+Blue) = 42+39+151=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 151 (59.38% from 255 or 65.09% from 232); Max value from RGB is 151 - color contains mainly: blue. Hex color #2A2797 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2797 is #D5D868. Grayscale: #343434. Windows color (decimal): -14014569 or 9905962. OLE color: 9905962.
HSL color Cylindrical-coordinate representation of color #2A2797: hue angle of 241.61º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A2797 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 42 | 39 | 151 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.41 |
| HSL | 241.61º | 0.59% | 0.37% | - |
| HSV(B) | 241.61º | 0.74% | 0.59% | - |
| XYZ | 7.27 | 4.18 | 29.7 | - |
| YUV | 52.67 | 183.49 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 151 | 0.72 | 0.74 | 0 | 0.41 | 241.61 | 0.59 | 0.37 |
| Hex | 2A | 27 | 97 | 48 | 4A | 0 | 29 | F2 | 3B | 25 |
| Octal | 52 | 47 | 227 | 110 | 112 | 0 | 51 | 362 | 73 | 45 |
| Binary | 101010 | 100111 | 10010111 | 1001000 | 1001010 | 0 | 101001 | 11110010 | 111011 | 100101 |
Color Harmonies of #2A2797
Complementary color
Monochromatic Colors of #2A2797
Black with #2A2797
Text Example
Text Example
White with #2A2797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2797; }
p { color: rgb(42,39,151); }
H1.HeaderClassName
{
color: #2A2797;
}
.AnyTagClassName
{
color: #2A2797;
}
</style>
background-color css
<style>
a { background-color: #2A2797; }
a { background-color: rgb(42,39,151); }
div.DivClassName
{
background-color: #2A2797;
}
.BgClassName
{
background-color: #2A2797;
}
</style>
border-color css
<style>
span { border-color: #2A2797; }
span { border-color: rgb(42,39,151); }
td.TdClassName
{
border-color: #2A2797;
}
.TagClassName
{
border-color: #2A2797;
}
</style>