Shades of Ultramarine #2D1EA7
Tints of Ultramarine #2D1EA7
RGB
CMYK
RGB Variations
Color information
#2D1EA7 (or 0x2D1EA7) is known color: Ultramarine. HEX triplet: 2D, 1E and A7. RGB value is (45,30,167). Sum of RGB (Red+Green+Blue) = 45+30+167=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 167 (65.62% from 255 or 69.01% from 242); Max value from RGB is 167 - color contains mainly: blue. Hex color #2D1EA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1EA7 is #D2E158. Grayscale: #313131. Windows color (decimal): -13820249 or 10952237. OLE color: 10952237.
HSL color Cylindrical-coordinate representation of color #2D1EA7: hue angle of 246.57º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D1EA7 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 30 | 167 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.35 |
| HSL | 246.57º | 0.7% | 0.39% | - |
| HSV(B) | 246.57º | 0.82% | 0.65% | - |
| XYZ | 8.52 | 4.28 | 36.94 | - |
| YUV | 50.1 | 193.97 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 30 | 167 | 0.73 | 0.82 | 0 | 0.35 | 246.57 | 0.7 | 0.39 |
| Hex | 2D | 1E | A7 | 49 | 52 | 0 | 23 | F7 | 46 | 27 |
| Octal | 55 | 36 | 247 | 111 | 122 | 0 | 43 | 367 | 106 | 47 |
| Binary | 101101 | 11110 | 10100111 | 1001001 | 1010010 | 0 | 100011 | 11110111 | 1000110 | 100111 |
Color Harmonies of #2D1EA7
Complementary color
Monochromatic Colors of #2D1EA7
Black with #2D1EA7
Text Example
Text Example
White with #2D1EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1EA7; }
p { color: rgb(45,30,167); }
H1.HeaderClassName
{
color: #2D1EA7;
}
.AnyTagClassName
{
color: #2D1EA7;
}
</style>
background-color css
<style>
a { background-color: #2D1EA7; }
a { background-color: rgb(45,30,167); }
div.DivClassName
{
background-color: #2D1EA7;
}
.BgClassName
{
background-color: #2D1EA7;
}
</style>
border-color css
<style>
span { border-color: #2D1EA7; }
span { border-color: rgb(45,30,167); }
td.TdClassName
{
border-color: #2D1EA7;
}
.TagClassName
{
border-color: #2D1EA7;
}
</style>