Shades of Ultramarine #2D0EAA
Tints of Ultramarine #2D0EAA
RGB
CMYK
RGB Variations
Color information
#2D0EAA (or 0x2D0EAA) is known color: Ultramarine. HEX triplet: 2D, 0E and AA. RGB value is (45,14,170). Sum of RGB (Red+Green+Blue) = 45+14+170=229 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.65% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #2D0EAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0EAA is #D2F155. Grayscale: #282828. Windows color (decimal): -13824342 or 11144749. OLE color: 11144749.
HSL color Cylindrical-coordinate representation of color #2D0EAA: hue angle of 251.92º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D0EAA is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 14 | 170 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.33 |
| HSL | 251.92º | 0.85% | 0.36% | - |
| HSV(B) | 251.92º | 0.92% | 0.67% | - |
| XYZ | 8.49 | 3.77 | 38.31 | - |
| YUV | 41.05 | 200.77 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 14 | 170 | 0.74 | 0.92 | 0 | 0.33 | 251.92 | 0.85 | 0.36 |
| Hex | 2D | E | AA | 4A | 5C | 0 | 21 | FC | 55 | 24 |
| Octal | 55 | 16 | 252 | 112 | 134 | 0 | 41 | 374 | 125 | 44 |
| Binary | 101101 | 1110 | 10101010 | 1001010 | 1011100 | 0 | 100001 | 11111100 | 1010101 | 100100 |
Color Harmonies of #2D0EAA
Complementary color
Monochromatic Colors of #2D0EAA
Black with #2D0EAA
Text Example
Text Example
White with #2D0EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0EAA; }
p { color: rgb(45,14,170); }
H1.HeaderClassName
{
color: #2D0EAA;
}
.AnyTagClassName
{
color: #2D0EAA;
}
</style>
background-color css
<style>
a { background-color: #2D0EAA; }
a { background-color: rgb(45,14,170); }
div.DivClassName
{
background-color: #2D0EAA;
}
.BgClassName
{
background-color: #2D0EAA;
}
</style>
border-color css
<style>
span { border-color: #2D0EAA; }
span { border-color: rgb(45,14,170); }
td.TdClassName
{
border-color: #2D0EAA;
}
.TagClassName
{
border-color: #2D0EAA;
}
</style>