Shades of Ultramarine #2D239F
Tints of Ultramarine #2D239F
RGB
CMYK
RGB Variations
Color information
#2D239F (or 0x2D239F) is known color: Ultramarine. HEX triplet: 2D, 23 and 9F. RGB value is (45,35,159). Sum of RGB (Red+Green+Blue) = 45+35+159=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 159 (62.5% from 255 or 66.53% from 239); Max value from RGB is 159 - color contains mainly: blue. Hex color #2D239F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D239F is #D2DC60. Grayscale: #333333. Windows color (decimal): -13818977 or 10429229. OLE color: 10429229.
HSL color Cylindrical-coordinate representation of color #2D239F: hue angle of 244.84º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D239F is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 35 | 159 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.38 |
| HSL | 244.84º | 0.64% | 0.38% | - |
| HSV(B) | 244.84º | 0.78% | 0.62% | - |
| XYZ | 7.94 | 4.26 | 33.21 | - |
| YUV | 52.13 | 188.31 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 159 | 0.72 | 0.78 | 0 | 0.38 | 244.84 | 0.64 | 0.38 |
| Hex | 2D | 23 | 9F | 48 | 4E | 0 | 26 | F5 | 40 | 26 |
| Octal | 55 | 43 | 237 | 110 | 116 | 0 | 46 | 365 | 100 | 46 |
| Binary | 101101 | 100011 | 10011111 | 1001000 | 1001110 | 0 | 100110 | 11110101 | 1000000 | 100110 |
Color Harmonies of #2D239F
Complementary color
Monochromatic Colors of #2D239F
Black with #2D239F
Text Example
Text Example
White with #2D239F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D239F; }
p { color: rgb(45,35,159); }
H1.HeaderClassName
{
color: #2D239F;
}
.AnyTagClassName
{
color: #2D239F;
}
</style>
background-color css
<style>
a { background-color: #2D239F; }
a { background-color: rgb(45,35,159); }
div.DivClassName
{
background-color: #2D239F;
}
.BgClassName
{
background-color: #2D239F;
}
</style>
border-color css
<style>
span { border-color: #2D239F; }
span { border-color: rgb(45,35,159); }
td.TdClassName
{
border-color: #2D239F;
}
.TagClassName
{
border-color: #2D239F;
}
</style>