Shades of Ultramarine #2A249A
Tints of Ultramarine #2A249A
RGB
CMYK
RGB Variations
Color information
#2A249A (or 0x2A249A) is known color: Ultramarine. HEX triplet: 2A, 24 and 9A. RGB value is (42,36,154). Sum of RGB (Red+Green+Blue) = 42+36+154=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 154 (60.55% from 255 or 66.38% from 232); Max value from RGB is 154 - color contains mainly: blue. Hex color #2A249A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A249A is #D5DB65. Grayscale: #323232. Windows color (decimal): -14015334 or 10101802. OLE color: 10101802.
HSL color Cylindrical-coordinate representation of color #2A249A: hue angle of 243.05º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A249A is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 36 | 154 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.40 |
| HSL | 243.05º | 0.62% | 0.37% | - |
| HSV(B) | 243.05º | 0.77% | 0.6% | - |
| XYZ | 7.42 | 4.09 | 30.97 | - |
| YUV | 51.25 | 185.99 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 36 | 154 | 0.73 | 0.77 | 0 | 0.40 | 243.05 | 0.62 | 0.37 |
| Hex | 2A | 24 | 9A | 49 | 4D | 0 | 28 | F3 | 3E | 25 |
| Octal | 52 | 44 | 232 | 111 | 115 | 0 | 50 | 363 | 76 | 45 |
| Binary | 101010 | 100100 | 10011010 | 1001001 | 1001101 | 0 | 101000 | 11110011 | 111110 | 100101 |
Color Harmonies of #2A249A
Complementary color
Monochromatic Colors of #2A249A
Black with #2A249A
Text Example
Text Example
White with #2A249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A249A; }
p { color: rgb(42,36,154); }
H1.HeaderClassName
{
color: #2A249A;
}
.AnyTagClassName
{
color: #2A249A;
}
</style>
background-color css
<style>
a { background-color: #2A249A; }
a { background-color: rgb(42,36,154); }
div.DivClassName
{
background-color: #2A249A;
}
.BgClassName
{
background-color: #2A249A;
}
</style>
border-color css
<style>
span { border-color: #2A249A; }
span { border-color: rgb(42,36,154); }
td.TdClassName
{
border-color: #2A249A;
}
.TagClassName
{
border-color: #2A249A;
}
</style>