Shades of Ultramarine #2C1EA7
Tints of Ultramarine #2C1EA7
RGB
CMYK
RGB Variations
Color information
#2C1EA7 (or 0x2C1EA7) is known color: Ultramarine. HEX triplet: 2C, 1E and A7. RGB value is (44,30,167). Sum of RGB (Red+Green+Blue) = 44+30+167=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 167 (65.62% from 255 or 69.29% from 241); Max value from RGB is 167 - color contains mainly: blue. Hex color #2C1EA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C1EA7 is #D3E158. Grayscale: #313131. Windows color (decimal): -13885785 or 10952236. OLE color: 10952236.
HSL color Cylindrical-coordinate representation of color #2C1EA7: hue angle of 246.13º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C1EA7 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 30 | 167 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.35 |
| HSL | 246.13º | 0.7% | 0.39% | - |
| HSV(B) | 246.13º | 0.82% | 0.65% | - |
| XYZ | 8.48 | 4.25 | 36.93 | - |
| YUV | 49.8 | 194.14 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 30 | 167 | 0.74 | 0.82 | 0 | 0.35 | 246.13 | 0.7 | 0.39 |
| Hex | 2C | 1E | A7 | 4A | 52 | 0 | 23 | F6 | 46 | 27 |
| Octal | 54 | 36 | 247 | 112 | 122 | 0 | 43 | 366 | 106 | 47 |
| Binary | 101100 | 11110 | 10100111 | 1001010 | 1010010 | 0 | 100011 | 11110110 | 1000110 | 100111 |
Color Harmonies of #2C1EA7
Complementary color
Monochromatic Colors of #2C1EA7
Black with #2C1EA7
Text Example
Text Example
White with #2C1EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1EA7; }
p { color: rgb(44,30,167); }
H1.HeaderClassName
{
color: #2C1EA7;
}
.AnyTagClassName
{
color: #2C1EA7;
}
</style>
background-color css
<style>
a { background-color: #2C1EA7; }
a { background-color: rgb(44,30,167); }
div.DivClassName
{
background-color: #2C1EA7;
}
.BgClassName
{
background-color: #2C1EA7;
}
</style>
border-color css
<style>
span { border-color: #2C1EA7; }
span { border-color: rgb(44,30,167); }
td.TdClassName
{
border-color: #2C1EA7;
}
.TagClassName
{
border-color: #2C1EA7;
}
</style>