Shades of Ultramarine #2C109D
Tints of Ultramarine #2C109D
RGB
CMYK
RGB Variations
Color information
#2C109D (or 0x2C109D) is known color: Ultramarine. HEX triplet: 2C, 10 and 9D. RGB value is (44,16,157). Sum of RGB (Red+Green+Blue) = 44+16+157=217 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.28% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 157 (61.72% from 255 or 72.35% from 217); Max value from RGB is 157 - color contains mainly: blue. Hex color #2C109D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C109D is #D3EF62. Grayscale: #272727. Windows color (decimal): -13889379 or 10293292. OLE color: 10293292.
HSL color Cylindrical-coordinate representation of color #2C109D: hue angle of 251.91º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C109D is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 16 | 157 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.38 |
| HSL | 251.91º | 0.82% | 0.34% | - |
| HSV(B) | 251.91º | 0.9% | 0.62% | - |
| XYZ | 7.31 | 3.34 | 32.16 | - |
| YUV | 40.45 | 193.78 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 16 | 157 | 0.72 | 0.90 | 0 | 0.38 | 251.91 | 0.82 | 0.34 |
| Hex | 2C | 10 | 9D | 48 | 5A | 0 | 26 | FC | 52 | 22 |
| Octal | 54 | 20 | 235 | 110 | 132 | 0 | 46 | 374 | 122 | 42 |
| Binary | 101100 | 10000 | 10011101 | 1001000 | 1011010 | 0 | 100110 | 11111100 | 1010010 | 100010 |
Color Harmonies of #2C109D
Complementary color
Monochromatic Colors of #2C109D
Black with #2C109D
Text Example
Text Example
White with #2C109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C109D; }
p { color: rgb(44,16,157); }
H1.HeaderClassName
{
color: #2C109D;
}
.AnyTagClassName
{
color: #2C109D;
}
</style>
background-color css
<style>
a { background-color: #2C109D; }
a { background-color: rgb(44,16,157); }
div.DivClassName
{
background-color: #2C109D;
}
.BgClassName
{
background-color: #2C109D;
}
</style>
border-color css
<style>
span { border-color: #2C109D; }
span { border-color: rgb(44,16,157); }
td.TdClassName
{
border-color: #2C109D;
}
.TagClassName
{
border-color: #2C109D;
}
</style>