Shades of Ultramarine #2D0EAE
Tints of Ultramarine #2D0EAE
RGB
CMYK
RGB Variations
Color information
#2D0EAE (or 0x2D0EAE) is known color: Ultramarine. HEX triplet: 2D, 0E and AE. RGB value is (45,14,174). Sum of RGB (Red+Green+Blue) = 45+14+174=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 174 (68.36% from 255 or 74.68% from 233); Max value from RGB is 174 - color contains mainly: blue. Hex color #2D0EAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0EAE is #D2F151. Grayscale: #282828. Windows color (decimal): -13824338 or 11406893. OLE color: 11406893.
HSL color Cylindrical-coordinate representation of color #2D0EAE: hue angle of 251.62º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D0EAE is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 14 | 174 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.32 |
| HSL | 251.63º | 0.85% | 0.37% | - |
| HSV(B) | 251.63º | 0.92% | 0.68% | - |
| XYZ | 8.88 | 3.93 | 40.33 | - |
| YUV | 41.51 | 202.77 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 14 | 174 | 0.74 | 0.92 | 0 | 0.32 | 251.63 | 0.85 | 0.37 |
| Hex | 2D | E | AE | 4A | 5C | 0 | 20 | FC | 55 | 25 |
| Octal | 55 | 16 | 256 | 112 | 134 | 0 | 40 | 374 | 125 | 45 |
| Binary | 101101 | 1110 | 10101110 | 1001010 | 1011100 | 0 | 100000 | 11111100 | 1010101 | 100101 |
Color Harmonies of #2D0EAE
Complementary color
Monochromatic Colors of #2D0EAE
Black with #2D0EAE
Text Example
Text Example
White with #2D0EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0EAE; }
p { color: rgb(45,14,174); }
H1.HeaderClassName
{
color: #2D0EAE;
}
.AnyTagClassName
{
color: #2D0EAE;
}
</style>
background-color css
<style>
a { background-color: #2D0EAE; }
a { background-color: rgb(45,14,174); }
div.DivClassName
{
background-color: #2D0EAE;
}
.BgClassName
{
background-color: #2D0EAE;
}
</style>
border-color css
<style>
span { border-color: #2D0EAE; }
span { border-color: rgb(45,14,174); }
td.TdClassName
{
border-color: #2D0EAE;
}
.TagClassName
{
border-color: #2D0EAE;
}
</style>