Shades of Ultramarine #2C03AC
Tints of Ultramarine #2C03AC
RGB
CMYK
RGB Variations
Color information
#2C03AC (or 0x2C03AC) is known color: Ultramarine. HEX triplet: 2C, 03 and AC. RGB value is (44,3,172). Sum of RGB (Red+Green+Blue) = 44+3+172=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 172 (67.58% from 255 or 78.54% from 219); Max value from RGB is 172 - color contains mainly: blue. Hex color #2C03AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C03AC is #D3FC53. Grayscale: #212121. Windows color (decimal): -13892692 or 11273004. OLE color: 11273004.
HSL color Cylindrical-coordinate representation of color #2C03AC: hue angle of 254.56º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C03AC is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 3 | 172 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.33 |
| HSL | 254.56º | 0.97% | 0.34% | - |
| HSV(B) | 254.56º | 0.98% | 0.67% | - |
| XYZ | 8.52 | 3.58 | 39.27 | - |
| YUV | 34.53 | 205.58 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 3 | 172 | 0.74 | 0.98 | 0 | 0.33 | 254.56 | 0.97 | 0.34 |
| Hex | 2C | 3 | AC | 4A | 62 | 0 | 21 | FF | 61 | 22 |
| Octal | 54 | 3 | 254 | 112 | 142 | 0 | 41 | 377 | 141 | 42 |
| Binary | 101100 | 11 | 10101100 | 1001010 | 1100010 | 0 | 100001 | 11111111 | 1100001 | 100010 |
Color Harmonies of #2C03AC
Complementary color
Monochromatic Colors of #2C03AC
Black with #2C03AC
Text Example
Text Example
White with #2C03AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C03AC; }
p { color: rgb(44,3,172); }
H1.HeaderClassName
{
color: #2C03AC;
}
.AnyTagClassName
{
color: #2C03AC;
}
</style>
background-color css
<style>
a { background-color: #2C03AC; }
a { background-color: rgb(44,3,172); }
div.DivClassName
{
background-color: #2C03AC;
}
.BgClassName
{
background-color: #2C03AC;
}
</style>
border-color css
<style>
span { border-color: #2C03AC; }
span { border-color: rgb(44,3,172); }
td.TdClassName
{
border-color: #2C03AC;
}
.TagClassName
{
border-color: #2C03AC;
}
</style>