Shades of Ultramarine #2C18AA
Tints of Ultramarine #2C18AA
RGB
CMYK
RGB Variations
Color information
#2C18AA (or 0x2C18AA) is known color: Ultramarine. HEX triplet: 2C, 18 and AA. RGB value is (44,24,170). Sum of RGB (Red+Green+Blue) = 44+24+170=238 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.49% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C18AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C18AA is #D3E755. Grayscale: #2E2E2E. Windows color (decimal): -13887318 or 11147308. OLE color: 11147308.
HSL color Cylindrical-coordinate representation of color #2C18AA: hue angle of 248.22º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C18AA is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 24 | 170 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.33 |
| HSL | 248.22º | 0.75% | 0.38% | - |
| HSV(B) | 248.22º | 0.86% | 0.67% | - |
| XYZ | 8.62 | 4.09 | 38.37 | - |
| YUV | 46.62 | 197.63 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 24 | 170 | 0.74 | 0.86 | 0 | 0.33 | 248.22 | 0.75 | 0.38 |
| Hex | 2C | 18 | AA | 4A | 56 | 0 | 21 | F8 | 4B | 26 |
| Octal | 54 | 30 | 252 | 112 | 126 | 0 | 41 | 370 | 113 | 46 |
| Binary | 101100 | 11000 | 10101010 | 1001010 | 1010110 | 0 | 100001 | 11111000 | 1001011 | 100110 |
Color Harmonies of #2C18AA
Complementary color
Monochromatic Colors of #2C18AA
Black with #2C18AA
Text Example
Text Example
White with #2C18AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C18AA; }
p { color: rgb(44,24,170); }
H1.HeaderClassName
{
color: #2C18AA;
}
.AnyTagClassName
{
color: #2C18AA;
}
</style>
background-color css
<style>
a { background-color: #2C18AA; }
a { background-color: rgb(44,24,170); }
div.DivClassName
{
background-color: #2C18AA;
}
.BgClassName
{
background-color: #2C18AA;
}
</style>
border-color css
<style>
span { border-color: #2C18AA; }
span { border-color: rgb(44,24,170); }
td.TdClassName
{
border-color: #2C18AA;
}
.TagClassName
{
border-color: #2C18AA;
}
</style>