Shades of Ultramarine #2C219E
Tints of Ultramarine #2C219E
RGB
CMYK
RGB Variations
Color information
#2C219E (or 0x2C219E) is known color: Ultramarine. HEX triplet: 2C, 21 and 9E. RGB value is (44,33,158). Sum of RGB (Red+Green+Blue) = 44+33+158=235 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.72% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 158 (62.11% from 255 or 67.23% from 235); Max value from RGB is 158 - color contains mainly: blue. Hex color #2C219E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C219E is #D3DE61. Grayscale: #323232. Windows color (decimal): -13885026 or 10363180. OLE color: 10363180.
HSL color Cylindrical-coordinate representation of color #2C219E: hue angle of 245.28º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C219E is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 33 | 158 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.38 |
| HSL | 245.28º | 0.65% | 0.37% | - |
| HSV(B) | 245.28º | 0.79% | 0.62% | - |
| XYZ | 7.75 | 4.09 | 32.73 | - |
| YUV | 50.54 | 188.64 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 33 | 158 | 0.72 | 0.79 | 0 | 0.38 | 245.28 | 0.65 | 0.37 |
| Hex | 2C | 21 | 9E | 48 | 4F | 0 | 26 | F5 | 41 | 25 |
| Octal | 54 | 41 | 236 | 110 | 117 | 0 | 46 | 365 | 101 | 45 |
| Binary | 101100 | 100001 | 10011110 | 1001000 | 1001111 | 0 | 100110 | 11110101 | 1000001 | 100101 |
Color Harmonies of #2C219E
Complementary color
Monochromatic Colors of #2C219E
Black with #2C219E
Text Example
Text Example
White with #2C219E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C219E; }
p { color: rgb(44,33,158); }
H1.HeaderClassName
{
color: #2C219E;
}
.AnyTagClassName
{
color: #2C219E;
}
</style>
background-color css
<style>
a { background-color: #2C219E; }
a { background-color: rgb(44,33,158); }
div.DivClassName
{
background-color: #2C219E;
}
.BgClassName
{
background-color: #2C219E;
}
</style>
border-color css
<style>
span { border-color: #2C219E; }
span { border-color: rgb(44,33,158); }
td.TdClassName
{
border-color: #2C219E;
}
.TagClassName
{
border-color: #2C219E;
}
</style>