Shades of Ultramarine #2E209A
Tints of Ultramarine #2E209A
RGB
CMYK
RGB Variations
Color information
#2E209A (or 0x2E209A) is known color: Ultramarine. HEX triplet: 2E, 20 and 9A. RGB value is (46,32,154). Sum of RGB (Red+Green+Blue) = 46+32+154=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 154 (60.55% from 255 or 66.38% from 232); Max value from RGB is 154 - color contains mainly: blue. Hex color #2E209A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E209A is #D1DF65. Grayscale: #313131. Windows color (decimal): -13754214 or 10100782. OLE color: 10100782.
HSL color Cylindrical-coordinate representation of color #2E209A: hue angle of 246.89º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E209A is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 46 | 32 | 154 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.40 |
| HSL | 246.89º | 0.66% | 0.36% | - |
| HSV(B) | 246.89º | 0.79% | 0.6% | - |
| XYZ | 7.48 | 3.95 | 30.94 | - |
| YUV | 50.09 | 186.64 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 154 | 0.70 | 0.79 | 0 | 0.40 | 246.89 | 0.66 | 0.36 |
| Hex | 2E | 20 | 9A | 46 | 4F | 0 | 28 | F7 | 42 | 24 |
| Octal | 56 | 40 | 232 | 106 | 117 | 0 | 50 | 367 | 102 | 44 |
| Binary | 101110 | 100000 | 10011010 | 1000110 | 1001111 | 0 | 101000 | 11110111 | 1000010 | 100100 |
Color Harmonies of #2E209A
Complementary color
Monochromatic Colors of #2E209A
Black with #2E209A
Text Example
Text Example
White with #2E209A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E209A; }
p { color: rgb(46,32,154); }
H1.HeaderClassName
{
color: #2E209A;
}
.AnyTagClassName
{
color: #2E209A;
}
</style>
background-color css
<style>
a { background-color: #2E209A; }
a { background-color: rgb(46,32,154); }
div.DivClassName
{
background-color: #2E209A;
}
.BgClassName
{
background-color: #2E209A;
}
</style>
border-color css
<style>
span { border-color: #2E209A; }
span { border-color: rgb(46,32,154); }
td.TdClassName
{
border-color: #2E209A;
}
.TagClassName
{
border-color: #2E209A;
}
</style>