Shades of Ultramarine #2D209E
Tints of Ultramarine #2D209E
RGB
CMYK
RGB Variations
Color information
#2D209E (or 0x2D209E) is known color: Ultramarine. HEX triplet: 2D, 20 and 9E. RGB value is (45,32,158). Sum of RGB (Red+Green+Blue) = 45+32+158=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 158 (62.11% from 255 or 67.23% from 235); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D209E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D209E is #D2DF61. Grayscale: #313131. Windows color (decimal): -13819746 or 10362925. OLE color: 10362925.
HSL color Cylindrical-coordinate representation of color #2D209E: hue angle of 246.19º 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 #2D209E is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 32 | 158 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.38 |
| HSL | 246.19º | 0.66% | 0.37% | - |
| HSV(B) | 246.19º | 0.8% | 0.62% | - |
| XYZ | 7.77 | 4.06 | 32.72 | - |
| YUV | 50.25 | 188.81 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 32 | 158 | 0.72 | 0.80 | 0 | 0.38 | 246.19 | 0.66 | 0.37 |
| Hex | 2D | 20 | 9E | 48 | 50 | 0 | 26 | F6 | 42 | 25 |
| Octal | 55 | 40 | 236 | 110 | 120 | 0 | 46 | 366 | 102 | 45 |
| Binary | 101101 | 100000 | 10011110 | 1001000 | 1010000 | 0 | 100110 | 11110110 | 1000010 | 100101 |
Color Harmonies of #2D209E
Complementary color
Monochromatic Colors of #2D209E
Black with #2D209E
Text Example
Text Example
White with #2D209E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D209E; }
p { color: rgb(45,32,158); }
H1.HeaderClassName
{
color: #2D209E;
}
.AnyTagClassName
{
color: #2D209E;
}
</style>
background-color css
<style>
a { background-color: #2D209E; }
a { background-color: rgb(45,32,158); }
div.DivClassName
{
background-color: #2D209E;
}
.BgClassName
{
background-color: #2D209E;
}
</style>
border-color css
<style>
span { border-color: #2D209E; }
span { border-color: rgb(45,32,158); }
td.TdClassName
{
border-color: #2D209E;
}
.TagClassName
{
border-color: #2D209E;
}
</style>