Shades of Ultramarine #2D0EAB
Tints of Ultramarine #2D0EAB
RGB
CMYK
RGB Variations
Color information
#2D0EAB (or 0x2D0EAB) is known color: Ultramarine. HEX triplet: 2D, 0E and AB. RGB value is (45,14,171). Sum of RGB (Red+Green+Blue) = 45+14+171=230 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.57% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 171 (67.19% from 255 or 74.35% from 230); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D0EAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0EAB is #D2F154. Grayscale: #282828. Windows color (decimal): -13824341 or 11210285. OLE color: 11210285.
HSL color Cylindrical-coordinate representation of color #2D0EAB: hue angle of 251.85º 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 #2D0EAB is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 14 | 171 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.33 |
| HSL | 251.85º | 0.85% | 0.36% | - |
| HSV(B) | 251.85º | 0.92% | 0.67% | - |
| XYZ | 8.59 | 3.81 | 38.81 | - |
| YUV | 41.17 | 201.27 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 14 | 171 | 0.74 | 0.92 | 0 | 0.33 | 251.85 | 0.85 | 0.36 |
| Hex | 2D | E | AB | 4A | 5C | 0 | 21 | FC | 55 | 24 |
| Octal | 55 | 16 | 253 | 112 | 134 | 0 | 41 | 374 | 125 | 44 |
| Binary | 101101 | 1110 | 10101011 | 1001010 | 1011100 | 0 | 100001 | 11111100 | 1010101 | 100100 |
Color Harmonies of #2D0EAB
Complementary color
Monochromatic Colors of #2D0EAB
Black with #2D0EAB
Text Example
Text Example
White with #2D0EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0EAB; }
p { color: rgb(45,14,171); }
H1.HeaderClassName
{
color: #2D0EAB;
}
.AnyTagClassName
{
color: #2D0EAB;
}
</style>
background-color css
<style>
a { background-color: #2D0EAB; }
a { background-color: rgb(45,14,171); }
div.DivClassName
{
background-color: #2D0EAB;
}
.BgClassName
{
background-color: #2D0EAB;
}
</style>
border-color css
<style>
span { border-color: #2D0EAB; }
span { border-color: rgb(45,14,171); }
td.TdClassName
{
border-color: #2D0EAB;
}
.TagClassName
{
border-color: #2D0EAB;
}
</style>