Shades of Ultramarine #2D1BAE
Tints of Ultramarine #2D1BAE
RGB
CMYK
RGB Variations
Color information
#2D1BAE (or 0x2D1BAE) is known color: Ultramarine. HEX triplet: 2D, 1B and AE. RGB value is (45,27,174). Sum of RGB (Red+Green+Blue) = 45+27+174=246 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.29% from 246); Green value is 27 (10.94% from 255 or 10.98% from 246); Blue value is 174 (68.36% from 255 or 70.73% from 246); Max value from RGB is 174 - color contains mainly: blue. Hex color #2D1BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1BAE is #D2E451. Grayscale: #303030. Windows color (decimal): -13821010 or 11410221. OLE color: 11410221.
HSL color Cylindrical-coordinate representation of color #2D1BAE: hue angle of 247.35º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D1BAE is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 27 | 174 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.32 |
| HSL | 247.35º | 0.73% | 0.39% | - |
| HSV(B) | 247.35º | 0.84% | 0.68% | - |
| XYZ | 9.11 | 4.4 | 40.41 | - |
| YUV | 49.14 | 198.46 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 27 | 174 | 0.74 | 0.84 | 0 | 0.32 | 247.35 | 0.73 | 0.39 |
| Hex | 2D | 1B | AE | 4A | 54 | 0 | 20 | F7 | 49 | 27 |
| Octal | 55 | 33 | 256 | 112 | 124 | 0 | 40 | 367 | 111 | 47 |
| Binary | 101101 | 11011 | 10101110 | 1001010 | 1010100 | 0 | 100000 | 11110111 | 1001001 | 100111 |
Color Harmonies of #2D1BAE
Complementary color
Monochromatic Colors of #2D1BAE
Black with #2D1BAE
Text Example
Text Example
White with #2D1BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1BAE; }
p { color: rgb(45,27,174); }
H1.HeaderClassName
{
color: #2D1BAE;
}
.AnyTagClassName
{
color: #2D1BAE;
}
</style>
background-color css
<style>
a { background-color: #2D1BAE; }
a { background-color: rgb(45,27,174); }
div.DivClassName
{
background-color: #2D1BAE;
}
.BgClassName
{
background-color: #2D1BAE;
}
</style>
border-color css
<style>
span { border-color: #2D1BAE; }
span { border-color: rgb(45,27,174); }
td.TdClassName
{
border-color: #2D1BAE;
}
.TagClassName
{
border-color: #2D1BAE;
}
</style>