Shades of Ultramarine #2D209D
Tints of Ultramarine #2D209D
RGB
CMYK
RGB Variations
Color information
#2D209D (or 0x2D209D) is known color: Ultramarine. HEX triplet: 2D, 20 and 9D. RGB value is (45,32,157). Sum of RGB (Red+Green+Blue) = 45+32+157=234 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.23% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 157 (61.72% from 255 or 67.09% from 234); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D209D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D209D is #D2DF62. Grayscale: #313131. Windows color (decimal): -13819747 or 10297389. OLE color: 10297389.
HSL color Cylindrical-coordinate representation of color #2D209D: hue angle of 246.24º 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 #2D209D is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 32 | 157 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.38 |
| HSL | 246.24º | 0.66% | 0.37% | - |
| HSV(B) | 246.24º | 0.8% | 0.62% | - |
| XYZ | 7.68 | 4.03 | 32.27 | - |
| YUV | 50.14 | 188.31 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 32 | 157 | 0.71 | 0.80 | 0 | 0.38 | 246.24 | 0.66 | 0.37 |
| Hex | 2D | 20 | 9D | 47 | 50 | 0 | 26 | F6 | 42 | 25 |
| Octal | 55 | 40 | 235 | 107 | 120 | 0 | 46 | 366 | 102 | 45 |
| Binary | 101101 | 100000 | 10011101 | 1000111 | 1010000 | 0 | 100110 | 11110110 | 1000010 | 100101 |
Color Harmonies of #2D209D
Complementary color
Monochromatic Colors of #2D209D
Black with #2D209D
Text Example
Text Example
White with #2D209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D209D; }
p { color: rgb(45,32,157); }
H1.HeaderClassName
{
color: #2D209D;
}
.AnyTagClassName
{
color: #2D209D;
}
</style>
background-color css
<style>
a { background-color: #2D209D; }
a { background-color: rgb(45,32,157); }
div.DivClassName
{
background-color: #2D209D;
}
.BgClassName
{
background-color: #2D209D;
}
</style>
border-color css
<style>
span { border-color: #2D209D; }
span { border-color: rgb(45,32,157); }
td.TdClassName
{
border-color: #2D209D;
}
.TagClassName
{
border-color: #2D209D;
}
</style>