Shades of Ultramarine #2E229C
Tints of Ultramarine #2E229C
RGB
CMYK
RGB Variations
Color information
#2E229C (or 0x2E229C) is known color: Ultramarine. HEX triplet: 2E, 22 and 9C. RGB value is (46,34,156). Sum of RGB (Red+Green+Blue) = 46+34+156=236 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.49% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 156 (61.33% from 255 or 66.10% from 236); Max value from RGB is 156 - color contains mainly: blue. Hex color #2E229C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E229C is #D1DD63. Grayscale: #333333. Windows color (decimal): -13753700 or 10232366. OLE color: 10232366.
HSL color Cylindrical-coordinate representation of color #2E229C: hue angle of 245.9º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E229C is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 34 | 156 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.39 |
| HSL | 245.9º | 0.64% | 0.37% | - |
| HSV(B) | 245.9º | 0.78% | 0.61% | - |
| XYZ | 7.7 | 4.13 | 31.84 | - |
| YUV | 51.5 | 186.98 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 34 | 156 | 0.71 | 0.78 | 0 | 0.39 | 245.9 | 0.64 | 0.37 |
| Hex | 2E | 22 | 9C | 47 | 4E | 0 | 27 | F6 | 40 | 25 |
| Octal | 56 | 42 | 234 | 107 | 116 | 0 | 47 | 366 | 100 | 45 |
| Binary | 101110 | 100010 | 10011100 | 1000111 | 1001110 | 0 | 100111 | 11110110 | 1000000 | 100101 |
Color Harmonies of #2E229C
Complementary color
Monochromatic Colors of #2E229C
Black with #2E229C
Text Example
Text Example
White with #2E229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E229C; }
p { color: rgb(46,34,156); }
H1.HeaderClassName
{
color: #2E229C;
}
.AnyTagClassName
{
color: #2E229C;
}
</style>
background-color css
<style>
a { background-color: #2E229C; }
a { background-color: rgb(46,34,156); }
div.DivClassName
{
background-color: #2E229C;
}
.BgClassName
{
background-color: #2E229C;
}
</style>
border-color css
<style>
span { border-color: #2E229C; }
span { border-color: rgb(46,34,156); }
td.TdClassName
{
border-color: #2E229C;
}
.TagClassName
{
border-color: #2E229C;
}
</style>