Shades of Ultramarine #2D209F
Tints of Ultramarine #2D209F
RGB
CMYK
RGB Variations
Color information
#2D209F (or 0x2D209F) is known color: Ultramarine. HEX triplet: 2D, 20 and 9F. RGB value is (45,32,159). Sum of RGB (Red+Green+Blue) = 45+32+159=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 159 (62.5% from 255 or 67.37% from 236); Max value from RGB is 159 - color contains mainly: blue. Hex color #2D209F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D209F is #D2DF60. Grayscale: #313131. Windows color (decimal): -13819745 or 10428461. OLE color: 10428461.
HSL color Cylindrical-coordinate representation of color #2D209F: hue angle of 246.14º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D209F is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 32 | 159 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.38 |
| HSL | 246.14º | 0.66% | 0.37% | - |
| HSV(B) | 246.14º | 0.8% | 0.62% | - |
| XYZ | 7.86 | 4.09 | 33.18 | - |
| YUV | 50.37 | 189.31 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 32 | 159 | 0.72 | 0.80 | 0 | 0.38 | 246.14 | 0.66 | 0.37 |
| Hex | 2D | 20 | 9F | 48 | 50 | 0 | 26 | F6 | 42 | 25 |
| Octal | 55 | 40 | 237 | 110 | 120 | 0 | 46 | 366 | 102 | 45 |
| Binary | 101101 | 100000 | 10011111 | 1001000 | 1010000 | 0 | 100110 | 11110110 | 1000010 | 100101 |
Color Harmonies of #2D209F
Complementary color
Monochromatic Colors of #2D209F
Black with #2D209F
Text Example
Text Example
White with #2D209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D209F; }
p { color: rgb(45,32,159); }
H1.HeaderClassName
{
color: #2D209F;
}
.AnyTagClassName
{
color: #2D209F;
}
</style>
background-color css
<style>
a { background-color: #2D209F; }
a { background-color: rgb(45,32,159); }
div.DivClassName
{
background-color: #2D209F;
}
.BgClassName
{
background-color: #2D209F;
}
</style>
border-color css
<style>
span { border-color: #2D209F; }
span { border-color: rgb(45,32,159); }
td.TdClassName
{
border-color: #2D209F;
}
.TagClassName
{
border-color: #2D209F;
}
</style>