Shades of Ultramarine #2C17A9
Tints of Ultramarine #2C17A9
RGB
CMYK
RGB Variations
Color information
#2C17A9 (or 0x2C17A9) is known color: Ultramarine. HEX triplet: 2C, 17 and A9. RGB value is (44,23,169). Sum of RGB (Red+Green+Blue) = 44+23+169=236 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.64% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 169 (66.41% from 255 or 71.61% from 236); Max value from RGB is 169 - color contains mainly: blue. Hex color #2C17A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C17A9 is #D3E856. Grayscale: #2D2D2D. Windows color (decimal): -13887575 or 11081516. OLE color: 11081516.
HSL color Cylindrical-coordinate representation of color #2C17A9: hue angle of 248.63º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C17A9 is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 44 | 23 | 169 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.34 |
| HSL | 248.63º | 0.76% | 0.38% | - |
| HSV(B) | 248.63º | 0.86% | 0.66% | - |
| XYZ | 8.51 | 4.01 | 37.86 | - |
| YUV | 45.92 | 197.46 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 23 | 169 | 0.74 | 0.86 | 0 | 0.34 | 248.63 | 0.76 | 0.38 |
| Hex | 2C | 17 | A9 | 4A | 56 | 0 | 22 | F9 | 4C | 26 |
| Octal | 54 | 27 | 251 | 112 | 126 | 0 | 42 | 371 | 114 | 46 |
| Binary | 101100 | 10111 | 10101001 | 1001010 | 1010110 | 0 | 100010 | 11111001 | 1001100 | 100110 |
Color Harmonies of #2C17A9
Complementary color
Monochromatic Colors of #2C17A9
Black with #2C17A9
Text Example
Text Example
White with #2C17A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C17A9; }
p { color: rgb(44,23,169); }
H1.HeaderClassName
{
color: #2C17A9;
}
.AnyTagClassName
{
color: #2C17A9;
}
</style>
background-color css
<style>
a { background-color: #2C17A9; }
a { background-color: rgb(44,23,169); }
div.DivClassName
{
background-color: #2C17A9;
}
.BgClassName
{
background-color: #2C17A9;
}
</style>
border-color css
<style>
span { border-color: #2C17A9; }
span { border-color: rgb(44,23,169); }
td.TdClassName
{
border-color: #2C17A9;
}
.TagClassName
{
border-color: #2C17A9;
}
</style>