Shades of Ultramarine #2E239B
Tints of Ultramarine #2E239B
RGB
CMYK
RGB Variations
Color information
#2E239B (or 0x2E239B) is known color: Ultramarine. HEX triplet: 2E, 23 and 9B. RGB value is (46,35,155). Sum of RGB (Red+Green+Blue) = 46+35+155=236 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.49% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E239B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E239B is #D1DC64. Grayscale: #333333. Windows color (decimal): -13753445 or 10167086. OLE color: 10167086.
HSL color Cylindrical-coordinate representation of color #2E239B: hue angle of 245.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E239B is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 35 | 155 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.39 |
| HSL | 245.5º | 0.63% | 0.37% | - |
| HSV(B) | 245.5º | 0.77% | 0.61% | - |
| XYZ | 7.64 | 4.15 | 31.41 | - |
| YUV | 51.97 | 186.14 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 35 | 155 | 0.70 | 0.77 | 0 | 0.39 | 245.5 | 0.63 | 0.37 |
| Hex | 2E | 23 | 9B | 46 | 4D | 0 | 27 | F6 | 3F | 25 |
| Octal | 56 | 43 | 233 | 106 | 115 | 0 | 47 | 366 | 77 | 45 |
| Binary | 101110 | 100011 | 10011011 | 1000110 | 1001101 | 0 | 100111 | 11110110 | 111111 | 100101 |
Color Harmonies of #2E239B
Complementary color
Monochromatic Colors of #2E239B
Black with #2E239B
Text Example
Text Example
White with #2E239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E239B; }
p { color: rgb(46,35,155); }
H1.HeaderClassName
{
color: #2E239B;
}
.AnyTagClassName
{
color: #2E239B;
}
</style>
background-color css
<style>
a { background-color: #2E239B; }
a { background-color: rgb(46,35,155); }
div.DivClassName
{
background-color: #2E239B;
}
.BgClassName
{
background-color: #2E239B;
}
</style>
border-color css
<style>
span { border-color: #2E239B; }
span { border-color: rgb(46,35,155); }
td.TdClassName
{
border-color: #2E239B;
}
.TagClassName
{
border-color: #2E239B;
}
</style>