Shades of Ultramarine #2E239C
Tints of Ultramarine #2E239C
RGB
CMYK
RGB Variations
Color information
#2E239C (or 0x2E239C) is known color: Ultramarine. HEX triplet: 2E, 23 and 9C. RGB value is (46,35,156). Sum of RGB (Red+Green+Blue) = 46+35+156=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 156 (61.33% from 255 or 65.82% from 237); Max value from RGB is 156 - color contains mainly: blue. Hex color #2E239C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E239C is #D1DC63. Grayscale: #333333. Windows color (decimal): -13753444 or 10232622. OLE color: 10232622.
HSL color Cylindrical-coordinate representation of color #2E239C: hue angle of 245.45º degrees, saturation: 0.63, 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 #2E239C is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 35 | 156 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.39 |
| HSL | 245.45º | 0.63% | 0.37% | - |
| HSV(B) | 245.45º | 0.78% | 0.61% | - |
| XYZ | 7.73 | 4.18 | 31.85 | - |
| YUV | 52.08 | 186.64 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 35 | 156 | 0.71 | 0.78 | 0 | 0.39 | 245.45 | 0.63 | 0.37 |
| Hex | 2E | 23 | 9C | 47 | 4E | 0 | 27 | F5 | 3F | 25 |
| Octal | 56 | 43 | 234 | 107 | 116 | 0 | 47 | 365 | 77 | 45 |
| Binary | 101110 | 100011 | 10011100 | 1000111 | 1001110 | 0 | 100111 | 11110101 | 111111 | 100101 |
Color Harmonies of #2E239C
Complementary color
Monochromatic Colors of #2E239C
Black with #2E239C
Text Example
Text Example
White with #2E239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E239C; }
p { color: rgb(46,35,156); }
H1.HeaderClassName
{
color: #2E239C;
}
.AnyTagClassName
{
color: #2E239C;
}
</style>
background-color css
<style>
a { background-color: #2E239C; }
a { background-color: rgb(46,35,156); }
div.DivClassName
{
background-color: #2E239C;
}
.BgClassName
{
background-color: #2E239C;
}
</style>
border-color css
<style>
span { border-color: #2E239C; }
span { border-color: rgb(46,35,156); }
td.TdClassName
{
border-color: #2E239C;
}
.TagClassName
{
border-color: #2E239C;
}
</style>