Shades of Ultramarine #2C1C9B
Tints of Ultramarine #2C1C9B
RGB
CMYK
RGB Variations
Color information
#2C1C9B (or 0x2C1C9B) is known color: Ultramarine. HEX triplet: 2C, 1C and 9B. RGB value is (44,28,155). Sum of RGB (Red+Green+Blue) = 44+28+155=227 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.38% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 155 (60.94% from 255 or 68.28% from 227); Max value from RGB is 155 - color contains mainly: blue. Hex color #2C1C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C1C9B is #D3E364. Grayscale: #2E2E2E. Windows color (decimal): -13886309 or 10165292. OLE color: 10165292.
HSL color Cylindrical-coordinate representation of color #2C1C9B: hue angle of 247.56º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C1C9B is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 44 | 28 | 155 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.39 |
| HSL | 247.56º | 0.69% | 0.36% | - |
| HSV(B) | 247.56º | 0.82% | 0.61% | - |
| XYZ | 7.37 | 3.73 | 31.34 | - |
| YUV | 47.26 | 188.8 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 28 | 155 | 0.72 | 0.82 | 0 | 0.39 | 247.56 | 0.69 | 0.36 |
| Hex | 2C | 1C | 9B | 48 | 52 | 0 | 27 | F8 | 45 | 24 |
| Octal | 54 | 34 | 233 | 110 | 122 | 0 | 47 | 370 | 105 | 44 |
| Binary | 101100 | 11100 | 10011011 | 1001000 | 1010010 | 0 | 100111 | 11111000 | 1000101 | 100100 |
Color Harmonies of #2C1C9B
Complementary color
Monochromatic Colors of #2C1C9B
Black with #2C1C9B
Text Example
Text Example
White with #2C1C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1C9B; }
p { color: rgb(44,28,155); }
H1.HeaderClassName
{
color: #2C1C9B;
}
.AnyTagClassName
{
color: #2C1C9B;
}
</style>
background-color css
<style>
a { background-color: #2C1C9B; }
a { background-color: rgb(44,28,155); }
div.DivClassName
{
background-color: #2C1C9B;
}
.BgClassName
{
background-color: #2C1C9B;
}
</style>
border-color css
<style>
span { border-color: #2C1C9B; }
span { border-color: rgb(44,28,155); }
td.TdClassName
{
border-color: #2C1C9B;
}
.TagClassName
{
border-color: #2C1C9B;
}
</style>