Shades of Ultramarine #2C0AAA
Tints of Ultramarine #2C0AAA
RGB
CMYK
RGB Variations
Color information
#2C0AAA (or 0x2C0AAA) is known color: Ultramarine. HEX triplet: 2C, 0A and AA. RGB value is (44,10,170). Sum of RGB (Red+Green+Blue) = 44+10+170=224 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.64% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 170 (66.80% from 255 or 75.89% from 224); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C0AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0AAA is #D3F555. Grayscale: #252525. Windows color (decimal): -13890902 or 11143724. OLE color: 11143724.
HSL color Cylindrical-coordinate representation of color #2C0AAA: hue angle of 252.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C0AAA is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 10 | 170 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.33 |
| HSL | 252.75º | 0.89% | 0.35% | - |
| HSV(B) | 252.75º | 0.94% | 0.67% | - |
| XYZ | 8.4 | 3.65 | 38.29 | - |
| YUV | 38.41 | 202.26 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 10 | 170 | 0.74 | 0.94 | 0 | 0.33 | 252.75 | 0.89 | 0.35 |
| Hex | 2C | A | AA | 4A | 5E | 0 | 21 | FD | 59 | 23 |
| Octal | 54 | 12 | 252 | 112 | 136 | 0 | 41 | 375 | 131 | 43 |
| Binary | 101100 | 1010 | 10101010 | 1001010 | 1011110 | 0 | 100001 | 11111101 | 1011001 | 100011 |
Color Harmonies of #2C0AAA
Complementary color
Monochromatic Colors of #2C0AAA
Black with #2C0AAA
Text Example
Text Example
White with #2C0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0AAA; }
p { color: rgb(44,10,170); }
H1.HeaderClassName
{
color: #2C0AAA;
}
.AnyTagClassName
{
color: #2C0AAA;
}
</style>
background-color css
<style>
a { background-color: #2C0AAA; }
a { background-color: rgb(44,10,170); }
div.DivClassName
{
background-color: #2C0AAA;
}
.BgClassName
{
background-color: #2C0AAA;
}
</style>
border-color css
<style>
span { border-color: #2C0AAA; }
span { border-color: rgb(44,10,170); }
td.TdClassName
{
border-color: #2C0AAA;
}
.TagClassName
{
border-color: #2C0AAA;
}
</style>