Shades of Ultramarine #2A1DA4
Tints of Ultramarine #2A1DA4
RGB
CMYK
RGB Variations
Color information
#2A1DA4 (or 0x2A1DA4) is known color: Ultramarine. HEX triplet: 2A, 1D and A4. RGB value is (42,29,164). Sum of RGB (Red+Green+Blue) = 42+29+164=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 164 (64.45% from 255 or 69.79% from 235); Max value from RGB is 164 - color contains mainly: blue. Hex color #2A1DA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1DA4 is #D5E25B. Grayscale: #2F2F2F. Windows color (decimal): -14017116 or 10755370. OLE color: 10755370.
HSL color Cylindrical-coordinate representation of color #2A1DA4: hue angle of 245.78º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A1DA4 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 29 | 164 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.36 |
| HSL | 245.78º | 0.7% | 0.38% | - |
| HSV(B) | 245.78º | 0.82% | 0.64% | - |
| XYZ | 8.1 | 4.05 | 35.48 | - |
| YUV | 48.28 | 193.31 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 29 | 164 | 0.74 | 0.82 | 0 | 0.36 | 245.78 | 0.7 | 0.38 |
| Hex | 2A | 1D | A4 | 4A | 52 | 0 | 24 | F6 | 46 | 26 |
| Octal | 52 | 35 | 244 | 112 | 122 | 0 | 44 | 366 | 106 | 46 |
| Binary | 101010 | 11101 | 10100100 | 1001010 | 1010010 | 0 | 100100 | 11110110 | 1000110 | 100110 |
Color Harmonies of #2A1DA4
Complementary color
Monochromatic Colors of #2A1DA4
Black with #2A1DA4
Text Example
Text Example
White with #2A1DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1DA4; }
p { color: rgb(42,29,164); }
H1.HeaderClassName
{
color: #2A1DA4;
}
.AnyTagClassName
{
color: #2A1DA4;
}
</style>
background-color css
<style>
a { background-color: #2A1DA4; }
a { background-color: rgb(42,29,164); }
div.DivClassName
{
background-color: #2A1DA4;
}
.BgClassName
{
background-color: #2A1DA4;
}
</style>
border-color css
<style>
span { border-color: #2A1DA4; }
span { border-color: rgb(42,29,164); }
td.TdClassName
{
border-color: #2A1DA4;
}
.TagClassName
{
border-color: #2A1DA4;
}
</style>