Shades of Ultramarine #2E229A
Tints of Ultramarine #2E229A
RGB
CMYK
RGB Variations
Color information
#2E229A (or 0x2E229A) is known color: Ultramarine. HEX triplet: 2E, 22 and 9A. RGB value is (46,34,154). Sum of RGB (Red+Green+Blue) = 46+34+154=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 154 (60.55% from 255 or 65.81% from 234); Max value from RGB is 154 - color contains mainly: blue. Hex color #2E229A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E229A is #D1DD65. Grayscale: #323232. Windows color (decimal): -13753702 or 10101294. OLE color: 10101294.
HSL color Cylindrical-coordinate representation of color #2E229A: hue angle of 246º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E229A is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 46 | 34 | 154 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.40 |
| HSL | 246º | 0.64% | 0.37% | - |
| HSV(B) | 246º | 0.78% | 0.6% | - |
| XYZ | 7.53 | 4.06 | 30.96 | - |
| YUV | 51.27 | 185.98 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 34 | 154 | 0.70 | 0.78 | 0 | 0.40 | 246 | 0.64 | 0.37 |
| Hex | 2E | 22 | 9A | 46 | 4E | 0 | 28 | F6 | 40 | 25 |
| Octal | 56 | 42 | 232 | 106 | 116 | 0 | 50 | 366 | 100 | 45 |
| Binary | 101110 | 100010 | 10011010 | 1000110 | 1001110 | 0 | 101000 | 11110110 | 1000000 | 100101 |
Color Harmonies of #2E229A
Complementary color
Monochromatic Colors of #2E229A
Black with #2E229A
Text Example
Text Example
White with #2E229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E229A; }
p { color: rgb(46,34,154); }
H1.HeaderClassName
{
color: #2E229A;
}
.AnyTagClassName
{
color: #2E229A;
}
</style>
background-color css
<style>
a { background-color: #2E229A; }
a { background-color: rgb(46,34,154); }
div.DivClassName
{
background-color: #2E229A;
}
.BgClassName
{
background-color: #2E229A;
}
</style>
border-color css
<style>
span { border-color: #2E229A; }
span { border-color: rgb(46,34,154); }
td.TdClassName
{
border-color: #2E229A;
}
.TagClassName
{
border-color: #2E229A;
}
</style>