Shades of Ultramarine #2C1E9D
Tints of Ultramarine #2C1E9D
RGB
CMYK
RGB Variations
Color information
#2C1E9D (or 0x2C1E9D) is known color: Ultramarine. HEX triplet: 2C, 1E and 9D. RGB value is (44,30,157). Sum of RGB (Red+Green+Blue) = 44+30+157=231 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.05% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #2C1E9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C1E9D is #D3E162. Grayscale: #303030. Windows color (decimal): -13885795 or 10296876. OLE color: 10296876.
HSL color Cylindrical-coordinate representation of color #2C1E9D: hue angle of 246.61º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C1E9D is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 30 | 157 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.38 |
| HSL | 246.61º | 0.68% | 0.37% | - |
| HSV(B) | 246.61º | 0.81% | 0.62% | - |
| XYZ | 7.59 | 3.9 | 32.25 | - |
| YUV | 48.66 | 189.14 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 30 | 157 | 0.72 | 0.81 | 0 | 0.38 | 246.61 | 0.68 | 0.37 |
| Hex | 2C | 1E | 9D | 48 | 51 | 0 | 26 | F7 | 44 | 25 |
| Octal | 54 | 36 | 235 | 110 | 121 | 0 | 46 | 367 | 104 | 45 |
| Binary | 101100 | 11110 | 10011101 | 1001000 | 1010001 | 0 | 100110 | 11110111 | 1000100 | 100101 |
Color Harmonies of #2C1E9D
Complementary color
Monochromatic Colors of #2C1E9D
Black with #2C1E9D
Text Example
Text Example
White with #2C1E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1E9D; }
p { color: rgb(44,30,157); }
H1.HeaderClassName
{
color: #2C1E9D;
}
.AnyTagClassName
{
color: #2C1E9D;
}
</style>
background-color css
<style>
a { background-color: #2C1E9D; }
a { background-color: rgb(44,30,157); }
div.DivClassName
{
background-color: #2C1E9D;
}
.BgClassName
{
background-color: #2C1E9D;
}
</style>
border-color css
<style>
span { border-color: #2C1E9D; }
span { border-color: rgb(44,30,157); }
td.TdClassName
{
border-color: #2C1E9D;
}
.TagClassName
{
border-color: #2C1E9D;
}
</style>