Shades of Ultramarine #2803AA
Tints of Ultramarine #2803AA
RGB
CMYK
RGB Variations
Color information
#2803AA (or 0x2803AA) is known color: Ultramarine. HEX triplet: 28, 03 and AA. RGB value is (40,3,170). Sum of RGB (Red+Green+Blue) = 40+3+170=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 170 (66.80% from 255 or 79.81% from 213); Max value from RGB is 170 - color contains mainly: blue. Hex color #2803AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2803AA is #D7FC55. Grayscale: #202020. Windows color (decimal): -14154838 or 11141928. OLE color: 11141928.
HSL color Cylindrical-coordinate representation of color #2803AA: hue angle of 253.29º 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 #2803AA is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 3 | 170 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.33 |
| HSL | 253.29º | 0.97% | 0.34% | - |
| HSV(B) | 253.29º | 0.98% | 0.67% | - |
| XYZ | 8.16 | 3.42 | 38.26 | - |
| YUV | 33.1 | 205.26 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 3 | 170 | 0.76 | 0.98 | 0 | 0.33 | 253.29 | 0.97 | 0.34 |
| Hex | 28 | 3 | AA | 4C | 62 | 0 | 21 | FD | 61 | 22 |
| Octal | 50 | 3 | 252 | 114 | 142 | 0 | 41 | 375 | 141 | 42 |
| Binary | 101000 | 11 | 10101010 | 1001100 | 1100010 | 0 | 100001 | 11111101 | 1100001 | 100010 |
Color Harmonies of #2803AA
Complementary color
Monochromatic Colors of #2803AA
Black with #2803AA
Text Example
Text Example
White with #2803AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2803AA; }
p { color: rgb(40,3,170); }
H1.HeaderClassName
{
color: #2803AA;
}
.AnyTagClassName
{
color: #2803AA;
}
</style>
background-color css
<style>
a { background-color: #2803AA; }
a { background-color: rgb(40,3,170); }
div.DivClassName
{
background-color: #2803AA;
}
.BgClassName
{
background-color: #2803AA;
}
</style>
border-color css
<style>
span { border-color: #2803AA; }
span { border-color: rgb(40,3,170); }
td.TdClassName
{
border-color: #2803AA;
}
.TagClassName
{
border-color: #2803AA;
}
</style>