Shades of Ultramarine #2C02AA
Tints of Ultramarine #2C02AA
RGB
CMYK
RGB Variations
Color information
#2C02AA (or 0x2C02AA) is known color: Ultramarine. HEX triplet: 2C, 02 and AA. RGB value is (44,2,170). Sum of RGB (Red+Green+Blue) = 44+2+170=216 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.37% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 170 (66.80% from 255 or 78.70% from 216); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C02AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C02AA is #D3FD55. Grayscale: #212121. Windows color (decimal): -13892950 or 11141676. OLE color: 11141676.
HSL color Cylindrical-coordinate representation of color #2C02AA: hue angle of 255º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C02AA is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 2 | 170 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.33 |
| HSL | 255º | 0.98% | 0.34% | - |
| HSV(B) | 255º | 0.99% | 0.67% | - |
| XYZ | 8.32 | 3.48 | 38.26 | - |
| YUV | 33.71 | 204.91 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 2 | 170 | 0.74 | 0.99 | 0 | 0.33 | 255 | 0.98 | 0.34 |
| Hex | 2C | 2 | AA | 4A | 63 | 0 | 21 | FF | 62 | 22 |
| Octal | 54 | 2 | 252 | 112 | 143 | 0 | 41 | 377 | 142 | 42 |
| Binary | 101100 | 10 | 10101010 | 1001010 | 1100011 | 0 | 100001 | 11111111 | 1100010 | 100010 |
Color Harmonies of #2C02AA
Complementary color
Monochromatic Colors of #2C02AA
Black with #2C02AA
Text Example
Text Example
White with #2C02AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C02AA; }
p { color: rgb(44,2,170); }
H1.HeaderClassName
{
color: #2C02AA;
}
.AnyTagClassName
{
color: #2C02AA;
}
</style>
background-color css
<style>
a { background-color: #2C02AA; }
a { background-color: rgb(44,2,170); }
div.DivClassName
{
background-color: #2C02AA;
}
.BgClassName
{
background-color: #2C02AA;
}
</style>
border-color css
<style>
span { border-color: #2C02AA; }
span { border-color: rgb(44,2,170); }
td.TdClassName
{
border-color: #2C02AA;
}
.TagClassName
{
border-color: #2C02AA;
}
</style>