Shades of Ultramarine #2D109F
Tints of Ultramarine #2D109F
RGB
CMYK
RGB Variations
Color information
#2D109F (or 0x2D109F) is known color: Ultramarine. HEX triplet: 2D, 10 and 9F. RGB value is (45,16,159). Sum of RGB (Red+Green+Blue) = 45+16+159=220 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.45% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 159 (62.5% from 255 or 72.27% from 220); Max value from RGB is 159 - color contains mainly: blue. Hex color #2D109F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D109F is #D2EF60. Grayscale: #282828. Windows color (decimal): -13823841 or 10424365. OLE color: 10424365.
HSL color Cylindrical-coordinate representation of color #2D109F: hue angle of 252.17º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D109F is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 16 | 159 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.38 |
| HSL | 252.17º | 0.82% | 0.34% | - |
| HSV(B) | 252.17º | 0.9% | 0.62% | - |
| XYZ | 7.53 | 3.43 | 33.07 | - |
| YUV | 40.97 | 194.61 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 16 | 159 | 0.72 | 0.90 | 0 | 0.38 | 252.17 | 0.82 | 0.34 |
| Hex | 2D | 10 | 9F | 48 | 5A | 0 | 26 | FC | 52 | 22 |
| Octal | 55 | 20 | 237 | 110 | 132 | 0 | 46 | 374 | 122 | 42 |
| Binary | 101101 | 10000 | 10011111 | 1001000 | 1011010 | 0 | 100110 | 11111100 | 1010010 | 100010 |
Color Harmonies of #2D109F
Complementary color
Monochromatic Colors of #2D109F
Black with #2D109F
Text Example
Text Example
White with #2D109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D109F; }
p { color: rgb(45,16,159); }
H1.HeaderClassName
{
color: #2D109F;
}
.AnyTagClassName
{
color: #2D109F;
}
</style>
background-color css
<style>
a { background-color: #2D109F; }
a { background-color: rgb(45,16,159); }
div.DivClassName
{
background-color: #2D109F;
}
.BgClassName
{
background-color: #2D109F;
}
</style>
border-color css
<style>
span { border-color: #2D109F; }
span { border-color: rgb(45,16,159); }
td.TdClassName
{
border-color: #2D109F;
}
.TagClassName
{
border-color: #2D109F;
}
</style>