Shades of Ultramarine #2D02AA
Tints of Ultramarine #2D02AA
RGB
CMYK
RGB Variations
Color information
#2D02AA (or 0x2D02AA) is known color: Ultramarine. HEX triplet: 2D, 02 and AA. RGB value is (45,2,170). Sum of RGB (Red+Green+Blue) = 45+2+170=217 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.74% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 170 (66.80% from 255 or 78.34% from 217); Max value from RGB is 170 - color contains mainly: blue. Hex color #2D02AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D02AA is #D2FD55. Grayscale: #212121. Windows color (decimal): -13827414 or 11141677. OLE color: 11141677.
HSL color Cylindrical-coordinate representation of color #2D02AA: hue angle of 255.36º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D02AA is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 2 | 170 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.33 |
| HSL | 255.36º | 0.98% | 0.34% | - |
| HSV(B) | 255.36º | 0.99% | 0.67% | - |
| XYZ | 8.36 | 3.5 | 38.27 | - |
| YUV | 34.01 | 204.75 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 2 | 170 | 0.74 | 0.99 | 0 | 0.33 | 255.36 | 0.98 | 0.34 |
| Hex | 2D | 2 | AA | 4A | 63 | 0 | 21 | FF | 62 | 22 |
| Octal | 55 | 2 | 252 | 112 | 143 | 0 | 41 | 377 | 142 | 42 |
| Binary | 101101 | 10 | 10101010 | 1001010 | 1100011 | 0 | 100001 | 11111111 | 1100010 | 100010 |
Color Harmonies of #2D02AA
Complementary color
Monochromatic Colors of #2D02AA
Black with #2D02AA
Text Example
Text Example
White with #2D02AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D02AA; }
p { color: rgb(45,2,170); }
H1.HeaderClassName
{
color: #2D02AA;
}
.AnyTagClassName
{
color: #2D02AA;
}
</style>
background-color css
<style>
a { background-color: #2D02AA; }
a { background-color: rgb(45,2,170); }
div.DivClassName
{
background-color: #2D02AA;
}
.BgClassName
{
background-color: #2D02AA;
}
</style>
border-color css
<style>
span { border-color: #2D02AA; }
span { border-color: rgb(45,2,170); }
td.TdClassName
{
border-color: #2D02AA;
}
.TagClassName
{
border-color: #2D02AA;
}
</style>