Shades of Ultramarine #2D15A7
Tints of Ultramarine #2D15A7
RGB
CMYK
RGB Variations
Color information
#2D15A7 (or 0x2D15A7) is known color: Ultramarine. HEX triplet: 2D, 15 and A7. RGB value is (45,21,167). Sum of RGB (Red+Green+Blue) = 45+21+167=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 167 (65.62% from 255 or 71.67% from 233); Max value from RGB is 167 - color contains mainly: blue. Hex color #2D15A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D15A7 is #D2EA58. Grayscale: #2C2C2C. Windows color (decimal): -13822553 or 10949933. OLE color: 10949933.
HSL color Cylindrical-coordinate representation of color #2D15A7: hue angle of 249.86º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D15A7 is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 21 | 167 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.35 |
| HSL | 249.86º | 0.78% | 0.37% | - |
| HSV(B) | 249.86º | 0.87% | 0.65% | - |
| XYZ | 8.33 | 3.88 | 36.87 | - |
| YUV | 44.82 | 196.95 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 21 | 167 | 0.73 | 0.87 | 0 | 0.35 | 249.86 | 0.78 | 0.37 |
| Hex | 2D | 15 | A7 | 49 | 57 | 0 | 23 | FA | 4E | 25 |
| Octal | 55 | 25 | 247 | 111 | 127 | 0 | 43 | 372 | 116 | 45 |
| Binary | 101101 | 10101 | 10100111 | 1001001 | 1010111 | 0 | 100011 | 11111010 | 1001110 | 100101 |
Color Harmonies of #2D15A7
Complementary color
Monochromatic Colors of #2D15A7
Black with #2D15A7
Text Example
Text Example
White with #2D15A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D15A7; }
p { color: rgb(45,21,167); }
H1.HeaderClassName
{
color: #2D15A7;
}
.AnyTagClassName
{
color: #2D15A7;
}
</style>
background-color css
<style>
a { background-color: #2D15A7; }
a { background-color: rgb(45,21,167); }
div.DivClassName
{
background-color: #2D15A7;
}
.BgClassName
{
background-color: #2D15A7;
}
</style>
border-color css
<style>
span { border-color: #2D15A7; }
span { border-color: rgb(45,21,167); }
td.TdClassName
{
border-color: #2D15A7;
}
.TagClassName
{
border-color: #2D15A7;
}
</style>