Shades of Ultramarine #2D11AC
Tints of Ultramarine #2D11AC
RGB
CMYK
RGB Variations
Color information
#2D11AC (or 0x2D11AC) is known color: Ultramarine. HEX triplet: 2D, 11 and AC. RGB value is (45,17,172). Sum of RGB (Red+Green+Blue) = 45+17+172=234 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.23% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 172 (67.58% from 255 or 73.50% from 234); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D11AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D11AC is #D2EE53. Grayscale: #2A2A2A. Windows color (decimal): -13823572 or 11276589. OLE color: 11276589.
HSL color Cylindrical-coordinate representation of color #2D11AC: hue angle of 250.84º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D11AC is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 17 | 172 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.33 |
| HSL | 250.84º | 0.82% | 0.37% | - |
| HSV(B) | 250.84º | 0.9% | 0.67% | - |
| XYZ | 8.73 | 3.94 | 39.33 | - |
| YUV | 43.04 | 200.78 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 17 | 172 | 0.74 | 0.90 | 0 | 0.33 | 250.84 | 0.82 | 0.37 |
| Hex | 2D | 11 | AC | 4A | 5A | 0 | 21 | FB | 52 | 25 |
| Octal | 55 | 21 | 254 | 112 | 132 | 0 | 41 | 373 | 122 | 45 |
| Binary | 101101 | 10001 | 10101100 | 1001010 | 1011010 | 0 | 100001 | 11111011 | 1010010 | 100101 |
Color Harmonies of #2D11AC
Complementary color
Monochromatic Colors of #2D11AC
Black with #2D11AC
Text Example
Text Example
White with #2D11AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D11AC; }
p { color: rgb(45,17,172); }
H1.HeaderClassName
{
color: #2D11AC;
}
.AnyTagClassName
{
color: #2D11AC;
}
</style>
background-color css
<style>
a { background-color: #2D11AC; }
a { background-color: rgb(45,17,172); }
div.DivClassName
{
background-color: #2D11AC;
}
.BgClassName
{
background-color: #2D11AC;
}
</style>
border-color css
<style>
span { border-color: #2D11AC; }
span { border-color: rgb(45,17,172); }
td.TdClassName
{
border-color: #2D11AC;
}
.TagClassName
{
border-color: #2D11AC;
}
</style>