Shades of Ultramarine #2C00AA
Tints of Ultramarine #2C00AA
RGB
CMYK
RGB Variations
Color information
#2C00AA (or 0x2C00AA) is known color: Ultramarine. HEX triplet: 2C, 00 and AA. RGB value is (44,0,170). Sum of RGB (Red+Green+Blue) = 44+0+170=214 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.56% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 170 (66.80% from 255 or 79.44% from 214); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C00AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C00AA is #D3FF55. Grayscale: #1F1F1F. Windows color (decimal): -13893462 or 11141164. OLE color: 11141164.
HSL color Cylindrical-coordinate representation of color #2C00AA: hue angle of 255.53º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C00AA is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 0 | 170 | - |
| CMYK | 0.74 | 1 | 0 | 0.33 |
| HSL | 255.53º | 1% | 0.33% | - |
| HSV(B) | 255.53º | 1% | 0.67% | - |
| XYZ | 8.29 | 3.44 | 38.26 | - |
| YUV | 32.54 | 205.58 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 0 | 170 | 0.74 | 1 | 0 | 0.33 | 255.53 | 1 | 0.33 |
| Hex | 2C | 0 | AA | 4A | 64 | 0 | 21 | 100 | 64 | 21 |
| Octal | 54 | 0 | 252 | 112 | 144 | 0 | 41 | 400 | 144 | 41 |
| Binary | 101100 | 0 | 10101010 | 1001010 | 1100100 | 0 | 100001 | 100000000 | 1100100 | 100001 |
Color Harmonies of #2C00AA
Complementary color
Monochromatic Colors of #2C00AA
Black with #2C00AA
Text Example
Text Example
White with #2C00AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C00AA; }
p { color: rgb(44,0,170); }
H1.HeaderClassName
{
color: #2C00AA;
}
.AnyTagClassName
{
color: #2C00AA;
}
</style>
background-color css
<style>
a { background-color: #2C00AA; }
a { background-color: rgb(44,0,170); }
div.DivClassName
{
background-color: #2C00AA;
}
.BgClassName
{
background-color: #2C00AA;
}
</style>
border-color css
<style>
span { border-color: #2C00AA; }
span { border-color: rgb(44,0,170); }
td.TdClassName
{
border-color: #2C00AA;
}
.TagClassName
{
border-color: #2C00AA;
}
</style>