Shades of Ultramarine #2D03AA
Tints of Ultramarine #2D03AA
RGB
CMYK
RGB Variations
Color information
#2D03AA (or 0x2D03AA) is known color: Ultramarine. HEX triplet: 2D, 03 and AA. RGB value is (45,3,170). Sum of RGB (Red+Green+Blue) = 45+3+170=218 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.64% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 170 (66.80% from 255 or 77.98% from 218); Max value from RGB is 170 - color contains mainly: blue. Hex color #2D03AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D03AA is #D2FC55. Grayscale: #212121. Windows color (decimal): -13827158 or 11141933. OLE color: 11141933.
HSL color Cylindrical-coordinate representation of color #2D03AA: hue angle of 255.09º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D03AA is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 3 | 170 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.33 |
| HSL | 255.09º | 0.97% | 0.34% | - |
| HSV(B) | 255.09º | 0.98% | 0.67% | - |
| XYZ | 8.37 | 3.53 | 38.27 | - |
| YUV | 34.6 | 204.41 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 3 | 170 | 0.74 | 0.98 | 0 | 0.33 | 255.09 | 0.97 | 0.34 |
| Hex | 2D | 3 | AA | 4A | 62 | 0 | 21 | FF | 61 | 22 |
| Octal | 55 | 3 | 252 | 112 | 142 | 0 | 41 | 377 | 141 | 42 |
| Binary | 101101 | 11 | 10101010 | 1001010 | 1100010 | 0 | 100001 | 11111111 | 1100001 | 100010 |
Color Harmonies of #2D03AA
Complementary color
Monochromatic Colors of #2D03AA
Black with #2D03AA
Text Example
Text Example
White with #2D03AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D03AA; }
p { color: rgb(45,3,170); }
H1.HeaderClassName
{
color: #2D03AA;
}
.AnyTagClassName
{
color: #2D03AA;
}
</style>
background-color css
<style>
a { background-color: #2D03AA; }
a { background-color: rgb(45,3,170); }
div.DivClassName
{
background-color: #2D03AA;
}
.BgClassName
{
background-color: #2D03AA;
}
</style>
border-color css
<style>
span { border-color: #2D03AA; }
span { border-color: rgb(45,3,170); }
td.TdClassName
{
border-color: #2D03AA;
}
.TagClassName
{
border-color: #2D03AA;
}
</style>