Shades of Ultramarine #2D11AF
Tints of Ultramarine #2D11AF
RGB
CMYK
RGB Variations
Color information
#2D11AF (or 0x2D11AF) is known color: Ultramarine. HEX triplet: 2D, 11 and AF. RGB value is (45,17,175). Sum of RGB (Red+Green+Blue) = 45+17+175=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 175 (68.75% from 255 or 73.84% from 237); Max value from RGB is 175 - color contains mainly: blue. Hex color #2D11AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D11AF is #D2EE50. Grayscale: #2A2A2A. Windows color (decimal): -13823569 or 11473197. OLE color: 11473197.
HSL color Cylindrical-coordinate representation of color #2D11AF: hue angle of 250.63º 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 #2D11AF is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 17 | 175 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.31 |
| HSL | 250.63º | 0.82% | 0.38% | - |
| HSV(B) | 250.63º | 0.9% | 0.69% | - |
| XYZ | 9.02 | 4.05 | 40.86 | - |
| YUV | 43.38 | 202.28 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 17 | 175 | 0.74 | 0.90 | 0 | 0.31 | 250.63 | 0.82 | 0.38 |
| Hex | 2D | 11 | AF | 4A | 5A | 0 | 1F | FB | 52 | 26 |
| Octal | 55 | 21 | 257 | 112 | 132 | 0 | 37 | 373 | 122 | 46 |
| Binary | 101101 | 10001 | 10101111 | 1001010 | 1011010 | 0 | 11111 | 11111011 | 1010010 | 100110 |
Color Harmonies of #2D11AF
Complementary color
Monochromatic Colors of #2D11AF
Black with #2D11AF
Text Example
Text Example
White with #2D11AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D11AF; }
p { color: rgb(45,17,175); }
H1.HeaderClassName
{
color: #2D11AF;
}
.AnyTagClassName
{
color: #2D11AF;
}
</style>
background-color css
<style>
a { background-color: #2D11AF; }
a { background-color: rgb(45,17,175); }
div.DivClassName
{
background-color: #2D11AF;
}
.BgClassName
{
background-color: #2D11AF;
}
</style>
border-color css
<style>
span { border-color: #2D11AF; }
span { border-color: rgb(45,17,175); }
td.TdClassName
{
border-color: #2D11AF;
}
.TagClassName
{
border-color: #2D11AF;
}
</style>