Shades of Ultramarine #2E169D
Tints of Ultramarine #2E169D
RGB
CMYK
RGB Variations
Color information
#2E169D (or 0x2E169D) is known color: Ultramarine. HEX triplet: 2E, 16 and 9D. RGB value is (46,22,157). Sum of RGB (Red+Green+Blue) = 46+22+157=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 157 (61.72% from 255 or 69.78% from 225); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E169D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E169D is #D1E962. Grayscale: #2C2C2C. Windows color (decimal): -13756771 or 10294830. OLE color: 10294830.
HSL color Cylindrical-coordinate representation of color #2E169D: hue angle of 250.67º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E169D is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 22 | 157 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.38 |
| HSL | 250.67º | 0.75% | 0.35% | - |
| HSV(B) | 250.67º | 0.86% | 0.62% | - |
| XYZ | 7.5 | 3.59 | 32.2 | - |
| YUV | 44.57 | 191.45 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 157 | 0.71 | 0.86 | 0 | 0.38 | 250.67 | 0.75 | 0.35 |
| Hex | 2E | 16 | 9D | 47 | 56 | 0 | 26 | FB | 4B | 23 |
| Octal | 56 | 26 | 235 | 107 | 126 | 0 | 46 | 373 | 113 | 43 |
| Binary | 101110 | 10110 | 10011101 | 1000111 | 1010110 | 0 | 100110 | 11111011 | 1001011 | 100011 |
Color Harmonies of #2E169D
Complementary color
Monochromatic Colors of #2E169D
Black with #2E169D
Text Example
Text Example
White with #2E169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E169D; }
p { color: rgb(46,22,157); }
H1.HeaderClassName
{
color: #2E169D;
}
.AnyTagClassName
{
color: #2E169D;
}
</style>
background-color css
<style>
a { background-color: #2E169D; }
a { background-color: rgb(46,22,157); }
div.DivClassName
{
background-color: #2E169D;
}
.BgClassName
{
background-color: #2E169D;
}
</style>
border-color css
<style>
span { border-color: #2E169D; }
span { border-color: rgb(46,22,157); }
td.TdClassName
{
border-color: #2E169D;
}
.TagClassName
{
border-color: #2E169D;
}
</style>