Shades of Ultramarine #2D159C
Tints of Ultramarine #2D159C
RGB
CMYK
RGB Variations
Color information
#2D159C (or 0x2D159C) is known color: Ultramarine. HEX triplet: 2D, 15 and 9C. RGB value is (45,21,156). Sum of RGB (Red+Green+Blue) = 45+21+156=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 156 (61.33% from 255 or 70.27% from 222); Max value from RGB is 156 - color contains mainly: blue. Hex color #2D159C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D159C is #D2EA63. Grayscale: #2B2B2B. Windows color (decimal): -13822564 or 10229037. OLE color: 10229037.
HSL color Cylindrical-coordinate representation of color #2D159C: hue angle of 250.67º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D159C is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 21 | 156 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.39 |
| HSL | 250.67º | 0.76% | 0.35% | - |
| HSV(B) | 250.67º | 0.87% | 0.61% | - |
| XYZ | 7.35 | 3.49 | 31.74 | - |
| YUV | 43.57 | 191.45 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 21 | 156 | 0.71 | 0.87 | 0 | 0.39 | 250.67 | 0.76 | 0.35 |
| Hex | 2D | 15 | 9C | 47 | 57 | 0 | 27 | FB | 4C | 23 |
| Octal | 55 | 25 | 234 | 107 | 127 | 0 | 47 | 373 | 114 | 43 |
| Binary | 101101 | 10101 | 10011100 | 1000111 | 1010111 | 0 | 100111 | 11111011 | 1001100 | 100011 |
Color Harmonies of #2D159C
Complementary color
Monochromatic Colors of #2D159C
Black with #2D159C
Text Example
Text Example
White with #2D159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D159C; }
p { color: rgb(45,21,156); }
H1.HeaderClassName
{
color: #2D159C;
}
.AnyTagClassName
{
color: #2D159C;
}
</style>
background-color css
<style>
a { background-color: #2D159C; }
a { background-color: rgb(45,21,156); }
div.DivClassName
{
background-color: #2D159C;
}
.BgClassName
{
background-color: #2D159C;
}
</style>
border-color css
<style>
span { border-color: #2D159C; }
span { border-color: rgb(45,21,156); }
td.TdClassName
{
border-color: #2D159C;
}
.TagClassName
{
border-color: #2D159C;
}
</style>