Shades of Ultramarine #2D11B1
Tints of Ultramarine #2D11B1
RGB
CMYK
RGB Variations
Color information
#2D11B1 (or 0x2D11B1) is known color: Ultramarine. HEX triplet: 2D, 11 and B1. RGB value is (45,17,177). Sum of RGB (Red+Green+Blue) = 45+17+177=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 177 (69.53% from 255 or 74.06% from 239); Max value from RGB is 177 - color contains mainly: blue. Hex color #2D11B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D11B1 is #D2EE4E. Grayscale: #2B2B2B. Windows color (decimal): -13823567 or 11604269. OLE color: 11604269.
HSL color Cylindrical-coordinate representation of color #2D11B1: hue angle of 250.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D11B1 is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 17 | 177 | - |
| CMYK | 0.75 | 0.90 | 0 | 0.31 |
| HSL | 250.5º | 0.82% | 0.38% | - |
| HSV(B) | 250.5º | 0.9% | 0.69% | - |
| XYZ | 9.22 | 4.13 | 41.91 | - |
| YUV | 43.61 | 203.28 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 17 | 177 | 0.75 | 0.90 | 0 | 0.31 | 250.5 | 0.82 | 0.38 |
| Hex | 2D | 11 | B1 | 4B | 5A | 0 | 1F | FB | 52 | 26 |
| Octal | 55 | 21 | 261 | 113 | 132 | 0 | 37 | 373 | 122 | 46 |
| Binary | 101101 | 10001 | 10110001 | 1001011 | 1011010 | 0 | 11111 | 11111011 | 1010010 | 100110 |
Color Harmonies of #2D11B1
Complementary color
Monochromatic Colors of #2D11B1
Black with #2D11B1
Text Example
Text Example
White with #2D11B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D11B1; }
p { color: rgb(45,17,177); }
H1.HeaderClassName
{
color: #2D11B1;
}
.AnyTagClassName
{
color: #2D11B1;
}
</style>
background-color css
<style>
a { background-color: #2D11B1; }
a { background-color: rgb(45,17,177); }
div.DivClassName
{
background-color: #2D11B1;
}
.BgClassName
{
background-color: #2D11B1;
}
</style>
border-color css
<style>
span { border-color: #2D11B1; }
span { border-color: rgb(45,17,177); }
td.TdClassName
{
border-color: #2D11B1;
}
.TagClassName
{
border-color: #2D11B1;
}
</style>