Shades of Ultramarine #2D11AE
Tints of Ultramarine #2D11AE
RGB
CMYK
RGB Variations
Color information
#2D11AE (or 0x2D11AE) is known color: Ultramarine. HEX triplet: 2D, 11 and AE. RGB value is (45,17,174). Sum of RGB (Red+Green+Blue) = 45+17+174=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 174 (68.36% from 255 or 73.73% from 236); Max value from RGB is 174 - color contains mainly: blue. Hex color #2D11AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D11AE is #D2EE51. Grayscale: #2A2A2A. Windows color (decimal): -13823570 or 11407661. OLE color: 11407661.
HSL color Cylindrical-coordinate representation of color #2D11AE: hue angle of 250.7º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D11AE is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 17 | 174 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.32 |
| HSL | 250.7º | 0.82% | 0.37% | - |
| HSV(B) | 250.7º | 0.9% | 0.68% | - |
| XYZ | 8.92 | 4.01 | 40.35 | - |
| YUV | 43.27 | 201.78 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 17 | 174 | 0.74 | 0.90 | 0 | 0.32 | 250.7 | 0.82 | 0.37 |
| Hex | 2D | 11 | AE | 4A | 5A | 0 | 20 | FB | 52 | 25 |
| Octal | 55 | 21 | 256 | 112 | 132 | 0 | 40 | 373 | 122 | 45 |
| Binary | 101101 | 10001 | 10101110 | 1001010 | 1011010 | 0 | 100000 | 11111011 | 1010010 | 100101 |
Color Harmonies of #2D11AE
Complementary color
Monochromatic Colors of #2D11AE
Black with #2D11AE
Text Example
Text Example
White with #2D11AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D11AE; }
p { color: rgb(45,17,174); }
H1.HeaderClassName
{
color: #2D11AE;
}
.AnyTagClassName
{
color: #2D11AE;
}
</style>
background-color css
<style>
a { background-color: #2D11AE; }
a { background-color: rgb(45,17,174); }
div.DivClassName
{
background-color: #2D11AE;
}
.BgClassName
{
background-color: #2D11AE;
}
</style>
border-color css
<style>
span { border-color: #2D11AE; }
span { border-color: rgb(45,17,174); }
td.TdClassName
{
border-color: #2D11AE;
}
.TagClassName
{
border-color: #2D11AE;
}
</style>