Shades of Ultramarine #2D0AAA
Tints of Ultramarine #2D0AAA
RGB
CMYK
RGB Variations
Color information
#2D0AAA (or 0x2D0AAA) is known color: Ultramarine. HEX triplet: 2D, 0A and AA. RGB value is (45,10,170). Sum of RGB (Red+Green+Blue) = 45+10+170=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 170 (66.80% from 255 or 75.56% from 225); Max value from RGB is 170 - color contains mainly: blue. Hex color #2D0AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0AAA is #D2F555. Grayscale: #262626. Windows color (decimal): -13825366 or 11143725. OLE color: 11143725.
HSL color Cylindrical-coordinate representation of color #2D0AAA: hue angle of 253.12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0AAA is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 10 | 170 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.33 |
| HSL | 253.13º | 0.89% | 0.35% | - |
| HSV(B) | 253.13º | 0.94% | 0.67% | - |
| XYZ | 8.45 | 3.68 | 38.29 | - |
| YUV | 38.71 | 202.1 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 10 | 170 | 0.74 | 0.94 | 0 | 0.33 | 253.13 | 0.89 | 0.35 |
| Hex | 2D | A | AA | 4A | 5E | 0 | 21 | FD | 59 | 23 |
| Octal | 55 | 12 | 252 | 112 | 136 | 0 | 41 | 375 | 131 | 43 |
| Binary | 101101 | 1010 | 10101010 | 1001010 | 1011110 | 0 | 100001 | 11111101 | 1011001 | 100011 |
Color Harmonies of #2D0AAA
Complementary color
Monochromatic Colors of #2D0AAA
Black with #2D0AAA
Text Example
Text Example
White with #2D0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0AAA; }
p { color: rgb(45,10,170); }
H1.HeaderClassName
{
color: #2D0AAA;
}
.AnyTagClassName
{
color: #2D0AAA;
}
</style>
background-color css
<style>
a { background-color: #2D0AAA; }
a { background-color: rgb(45,10,170); }
div.DivClassName
{
background-color: #2D0AAA;
}
.BgClassName
{
background-color: #2D0AAA;
}
</style>
border-color css
<style>
span { border-color: #2D0AAA; }
span { border-color: rgb(45,10,170); }
td.TdClassName
{
border-color: #2D0AAA;
}
.TagClassName
{
border-color: #2D0AAA;
}
</style>