Shades of Ultramarine #2C04AE
Tints of Ultramarine #2C04AE
RGB
CMYK
RGB Variations
Color information
#2C04AE (or 0x2C04AE) is known color: Ultramarine. HEX triplet: 2C, 04 and AE. RGB value is (44,4,174). Sum of RGB (Red+Green+Blue) = 44+4+174=222 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.82% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 174 (68.36% from 255 or 78.38% from 222); Max value from RGB is 174 - color contains mainly: blue. Hex color #2C04AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C04AE is #D3FB51. Grayscale: #222222. Windows color (decimal): -13892434 or 11404332. OLE color: 11404332.
HSL color Cylindrical-coordinate representation of color #2C04AE: hue angle of 254.12º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C04AE is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 44 | 4 | 174 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.32 |
| HSL | 254.12º | 0.96% | 0.35% | - |
| HSV(B) | 254.12º | 0.98% | 0.68% | - |
| XYZ | 8.72 | 3.68 | 40.29 | - |
| YUV | 35.34 | 206.25 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 4 | 174 | 0.75 | 0.98 | 0 | 0.32 | 254.12 | 0.96 | 0.35 |
| Hex | 2C | 4 | AE | 4B | 62 | 0 | 20 | FE | 60 | 23 |
| Octal | 54 | 4 | 256 | 113 | 142 | 0 | 40 | 376 | 140 | 43 |
| Binary | 101100 | 100 | 10101110 | 1001011 | 1100010 | 0 | 100000 | 11111110 | 1100000 | 100011 |
Color Harmonies of #2C04AE
Complementary color
Monochromatic Colors of #2C04AE
Black with #2C04AE
Text Example
Text Example
White with #2C04AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C04AE; }
p { color: rgb(44,4,174); }
H1.HeaderClassName
{
color: #2C04AE;
}
.AnyTagClassName
{
color: #2C04AE;
}
</style>
background-color css
<style>
a { background-color: #2C04AE; }
a { background-color: rgb(44,4,174); }
div.DivClassName
{
background-color: #2C04AE;
}
.BgClassName
{
background-color: #2C04AE;
}
</style>
border-color css
<style>
span { border-color: #2C04AE; }
span { border-color: rgb(44,4,174); }
td.TdClassName
{
border-color: #2C04AE;
}
.TagClassName
{
border-color: #2C04AE;
}
</style>