Shades of Ultramarine #2C10AE
Tints of Ultramarine #2C10AE
RGB
CMYK
RGB Variations
Color information
#2C10AE (or 0x2C10AE) is known color: Ultramarine. HEX triplet: 2C, 10 and AE. RGB value is (44,16,174). Sum of RGB (Red+Green+Blue) = 44+16+174=234 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.80% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 174 (68.36% from 255 or 74.36% from 234); Max value from RGB is 174 - color contains mainly: blue. Hex color #2C10AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C10AE is #D3EF51. Grayscale: #292929. Windows color (decimal): -13889362 or 11407404. OLE color: 11407404.
HSL color Cylindrical-coordinate representation of color #2C10AE: hue angle of 250.63º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C10AE is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 44 | 16 | 174 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.32 |
| HSL | 250.63º | 0.83% | 0.37% | - |
| HSV(B) | 250.63º | 0.91% | 0.68% | - |
| XYZ | 8.86 | 3.96 | 40.34 | - |
| YUV | 42.38 | 202.28 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 16 | 174 | 0.75 | 0.91 | 0 | 0.32 | 250.63 | 0.83 | 0.37 |
| Hex | 2C | 10 | AE | 4B | 5B | 0 | 20 | FB | 53 | 25 |
| Octal | 54 | 20 | 256 | 113 | 133 | 0 | 40 | 373 | 123 | 45 |
| Binary | 101100 | 10000 | 10101110 | 1001011 | 1011011 | 0 | 100000 | 11111011 | 1010011 | 100101 |
Color Harmonies of #2C10AE
Complementary color
Monochromatic Colors of #2C10AE
Black with #2C10AE
Text Example
Text Example
White with #2C10AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C10AE; }
p { color: rgb(44,16,174); }
H1.HeaderClassName
{
color: #2C10AE;
}
.AnyTagClassName
{
color: #2C10AE;
}
</style>
background-color css
<style>
a { background-color: #2C10AE; }
a { background-color: rgb(44,16,174); }
div.DivClassName
{
background-color: #2C10AE;
}
.BgClassName
{
background-color: #2C10AE;
}
</style>
border-color css
<style>
span { border-color: #2C10AE; }
span { border-color: rgb(44,16,174); }
td.TdClassName
{
border-color: #2C10AE;
}
.TagClassName
{
border-color: #2C10AE;
}
</style>