Shades of Ultramarine #2C1AAA
Tints of Ultramarine #2C1AAA
RGB
CMYK
RGB Variations
Color information
#2C1AAA (or 0x2C1AAA) is known color: Ultramarine. HEX triplet: 2C, 1A and AA. RGB value is (44,26,170). Sum of RGB (Red+Green+Blue) = 44+26+170=240 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.33% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 170 (66.80% from 255 or 70.83% from 240); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C1AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C1AAA is #D3E555. Grayscale: #2F2F2F. Windows color (decimal): -13886806 or 11147820. OLE color: 11147820.
HSL color Cylindrical-coordinate representation of color #2C1AAA: hue angle of 247.5º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C1AAA is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 26 | 170 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.33 |
| HSL | 247.5º | 0.73% | 0.38% | - |
| HSV(B) | 247.5º | 0.85% | 0.67% | - |
| XYZ | 8.66 | 4.18 | 38.38 | - |
| YUV | 47.8 | 196.96 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 26 | 170 | 0.74 | 0.85 | 0 | 0.33 | 247.5 | 0.73 | 0.38 |
| Hex | 2C | 1A | AA | 4A | 55 | 0 | 21 | F8 | 49 | 26 |
| Octal | 54 | 32 | 252 | 112 | 125 | 0 | 41 | 370 | 111 | 46 |
| Binary | 101100 | 11010 | 10101010 | 1001010 | 1010101 | 0 | 100001 | 11111000 | 1001001 | 100110 |
Color Harmonies of #2C1AAA
Complementary color
Monochromatic Colors of #2C1AAA
Black with #2C1AAA
Text Example
Text Example
White with #2C1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1AAA; }
p { color: rgb(44,26,170); }
H1.HeaderClassName
{
color: #2C1AAA;
}
.AnyTagClassName
{
color: #2C1AAA;
}
</style>
background-color css
<style>
a { background-color: #2C1AAA; }
a { background-color: rgb(44,26,170); }
div.DivClassName
{
background-color: #2C1AAA;
}
.BgClassName
{
background-color: #2C1AAA;
}
</style>
border-color css
<style>
span { border-color: #2C1AAA; }
span { border-color: rgb(44,26,170); }
td.TdClassName
{
border-color: #2C1AAA;
}
.TagClassName
{
border-color: #2C1AAA;
}
</style>