Shades of Ultramarine #2D10AA
Tints of Ultramarine #2D10AA
RGB
CMYK
RGB Variations
Color information
#2D10AA (or 0x2D10AA) is known color: Ultramarine. HEX triplet: 2D, 10 and AA. RGB value is (45,16,170). Sum of RGB (Red+Green+Blue) = 45+16+170=231 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.48% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 170 (66.80% from 255 or 73.59% from 231); Max value from RGB is 170 - color contains mainly: blue. Hex color #2D10AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D10AA is #D2EF55. Grayscale: #292929. Windows color (decimal): -13823830 or 11145261. OLE color: 11145261.
HSL color Cylindrical-coordinate representation of color #2D10AA: hue angle of 251.3º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D10AA is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 16 | 170 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.33 |
| HSL | 251.3º | 0.83% | 0.36% | - |
| HSV(B) | 251.3º | 0.91% | 0.67% | - |
| XYZ | 8.52 | 3.83 | 38.32 | - |
| YUV | 42.23 | 200.11 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 16 | 170 | 0.74 | 0.91 | 0 | 0.33 | 251.3 | 0.83 | 0.36 |
| Hex | 2D | 10 | AA | 4A | 5B | 0 | 21 | FB | 53 | 24 |
| Octal | 55 | 20 | 252 | 112 | 133 | 0 | 41 | 373 | 123 | 44 |
| Binary | 101101 | 10000 | 10101010 | 1001010 | 1011011 | 0 | 100001 | 11111011 | 1010011 | 100100 |
Color Harmonies of #2D10AA
Complementary color
Monochromatic Colors of #2D10AA
Black with #2D10AA
Text Example
Text Example
White with #2D10AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D10AA; }
p { color: rgb(45,16,170); }
H1.HeaderClassName
{
color: #2D10AA;
}
.AnyTagClassName
{
color: #2D10AA;
}
</style>
background-color css
<style>
a { background-color: #2D10AA; }
a { background-color: rgb(45,16,170); }
div.DivClassName
{
background-color: #2D10AA;
}
.BgClassName
{
background-color: #2D10AA;
}
</style>
border-color css
<style>
span { border-color: #2D10AA; }
span { border-color: rgb(45,16,170); }
td.TdClassName
{
border-color: #2D10AA;
}
.TagClassName
{
border-color: #2D10AA;
}
</style>