Shades of Ultramarine #2C1598
Tints of Ultramarine #2C1598
RGB
CMYK
RGB Variations
Color information
#2C1598 (or 0x2C1598) is known color: Ultramarine. HEX triplet: 2C, 15 and 98. RGB value is (44,21,152). Sum of RGB (Red+Green+Blue) = 44+21+152=217 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.28% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 152 (59.77% from 255 or 70.05% from 217); Max value from RGB is 152 - color contains mainly: blue. Hex color #2C1598 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1598 is #D3EA67. Grayscale: #2A2A2A. Windows color (decimal): -13888104 or 9966892. OLE color: 9966892.
HSL color Cylindrical-coordinate representation of color #2C1598: hue angle of 250.53º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C1598 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 44 | 21 | 152 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.40 |
| HSL | 250.53º | 0.76% | 0.34% | - |
| HSV(B) | 250.53º | 0.86% | 0.6% | - |
| XYZ | 6.97 | 3.34 | 29.98 | - |
| YUV | 42.81 | 189.62 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 21 | 152 | 0.71 | 0.86 | 0 | 0.40 | 250.53 | 0.76 | 0.34 |
| Hex | 2C | 15 | 98 | 47 | 56 | 0 | 28 | FB | 4C | 22 |
| Octal | 54 | 25 | 230 | 107 | 126 | 0 | 50 | 373 | 114 | 42 |
| Binary | 101100 | 10101 | 10011000 | 1000111 | 1010110 | 0 | 101000 | 11111011 | 1001100 | 100010 |
Color Harmonies of #2C1598
Complementary color
Monochromatic Colors of #2C1598
Black with #2C1598
Text Example
Text Example
White with #2C1598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1598; }
p { color: rgb(44,21,152); }
H1.HeaderClassName
{
color: #2C1598;
}
.AnyTagClassName
{
color: #2C1598;
}
</style>
background-color css
<style>
a { background-color: #2C1598; }
a { background-color: rgb(44,21,152); }
div.DivClassName
{
background-color: #2C1598;
}
.BgClassName
{
background-color: #2C1598;
}
</style>
border-color css
<style>
span { border-color: #2C1598; }
span { border-color: rgb(44,21,152); }
td.TdClassName
{
border-color: #2C1598;
}
.TagClassName
{
border-color: #2C1598;
}
</style>