Shades of Ultramarine #2E209D
Tints of Ultramarine #2E209D
RGB
CMYK
RGB Variations
Color information
#2E209D (or 0x2E209D) is known color: Ultramarine. HEX triplet: 2E, 20 and 9D. RGB value is (46,32,157). Sum of RGB (Red+Green+Blue) = 46+32+157=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 157 (61.72% from 255 or 66.81% from 235); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E209D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E209D is #D1DF62. Grayscale: #313131. Windows color (decimal): -13754211 or 10297390. OLE color: 10297390.
HSL color Cylindrical-coordinate representation of color #2E209D: hue angle of 246.72º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E209D is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 32 | 157 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.38 |
| HSL | 246.72º | 0.66% | 0.37% | - |
| HSV(B) | 246.72º | 0.8% | 0.62% | - |
| XYZ | 7.73 | 4.05 | 32.27 | - |
| YUV | 50.44 | 188.14 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 157 | 0.71 | 0.80 | 0 | 0.38 | 246.72 | 0.66 | 0.37 |
| Hex | 2E | 20 | 9D | 47 | 50 | 0 | 26 | F7 | 42 | 25 |
| Octal | 56 | 40 | 235 | 107 | 120 | 0 | 46 | 367 | 102 | 45 |
| Binary | 101110 | 100000 | 10011101 | 1000111 | 1010000 | 0 | 100110 | 11110111 | 1000010 | 100101 |
Color Harmonies of #2E209D
Complementary color
Monochromatic Colors of #2E209D
Black with #2E209D
Text Example
Text Example
White with #2E209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E209D; }
p { color: rgb(46,32,157); }
H1.HeaderClassName
{
color: #2E209D;
}
.AnyTagClassName
{
color: #2E209D;
}
</style>
background-color css
<style>
a { background-color: #2E209D; }
a { background-color: rgb(46,32,157); }
div.DivClassName
{
background-color: #2E209D;
}
.BgClassName
{
background-color: #2E209D;
}
</style>
border-color css
<style>
span { border-color: #2E209D; }
span { border-color: rgb(46,32,157); }
td.TdClassName
{
border-color: #2E209D;
}
.TagClassName
{
border-color: #2E209D;
}
</style>