Shades of Ultramarine #2D109D
Tints of Ultramarine #2D109D
RGB
CMYK
RGB Variations
Color information
#2D109D (or 0x2D109D) is known color: Ultramarine. HEX triplet: 2D, 10 and 9D. RGB value is (45,16,157). Sum of RGB (Red+Green+Blue) = 45+16+157=218 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.64% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 157 (61.72% from 255 or 72.02% from 218); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D109D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D109D is #D2EF62. Grayscale: #282828. Windows color (decimal): -13823843 or 10293293. OLE color: 10293293.
HSL color Cylindrical-coordinate representation of color #2D109D: hue angle of 252.34º 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 #2D109D is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 16 | 157 | - |
| CMYK | 0.71 | 0.90 | 0 | 0.38 |
| HSL | 252.34º | 0.82% | 0.34% | - |
| HSV(B) | 252.34º | 0.9% | 0.62% | - |
| XYZ | 7.35 | 3.36 | 32.16 | - |
| YUV | 40.75 | 193.61 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 16 | 157 | 0.71 | 0.90 | 0 | 0.38 | 252.34 | 0.82 | 0.34 |
| Hex | 2D | 10 | 9D | 47 | 5A | 0 | 26 | FC | 52 | 22 |
| Octal | 55 | 20 | 235 | 107 | 132 | 0 | 46 | 374 | 122 | 42 |
| Binary | 101101 | 10000 | 10011101 | 1000111 | 1011010 | 0 | 100110 | 11111100 | 1010010 | 100010 |
Color Harmonies of #2D109D
Complementary color
Monochromatic Colors of #2D109D
Black with #2D109D
Text Example
Text Example
White with #2D109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D109D; }
p { color: rgb(45,16,157); }
H1.HeaderClassName
{
color: #2D109D;
}
.AnyTagClassName
{
color: #2D109D;
}
</style>
background-color css
<style>
a { background-color: #2D109D; }
a { background-color: rgb(45,16,157); }
div.DivClassName
{
background-color: #2D109D;
}
.BgClassName
{
background-color: #2D109D;
}
</style>
border-color css
<style>
span { border-color: #2D109D; }
span { border-color: rgb(45,16,157); }
td.TdClassName
{
border-color: #2D109D;
}
.TagClassName
{
border-color: #2D109D;
}
</style>