Shades of Ultramarine #2803AD
Tints of Ultramarine #2803AD
RGB
CMYK
RGB Variations
Color information
#2803AD (or 0x2803AD) is known color: Ultramarine. HEX triplet: 28, 03 and AD. RGB value is (40,3,173). Sum of RGB (Red+Green+Blue) = 40+3+173=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 173 (67.97% from 255 or 80.09% from 216); Max value from RGB is 173 - color contains mainly: blue. Hex color #2803AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2803AD is #D7FC52. Grayscale: #202020. Windows color (decimal): -14154835 or 11338536. OLE color: 11338536.
HSL color Cylindrical-coordinate representation of color #2803AD: hue angle of 253.06º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2803AD is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 3 | 173 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.32 |
| HSL | 253.06º | 0.97% | 0.35% | - |
| HSV(B) | 253.06º | 0.98% | 0.68% | - |
| XYZ | 8.45 | 3.53 | 39.77 | - |
| YUV | 33.44 | 206.76 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 3 | 173 | 0.77 | 0.98 | 0 | 0.32 | 253.06 | 0.97 | 0.35 |
| Hex | 28 | 3 | AD | 4D | 62 | 0 | 20 | FD | 61 | 23 |
| Octal | 50 | 3 | 255 | 115 | 142 | 0 | 40 | 375 | 141 | 43 |
| Binary | 101000 | 11 | 10101101 | 1001101 | 1100010 | 0 | 100000 | 11111101 | 1100001 | 100011 |
Color Harmonies of #2803AD
Complementary color
Monochromatic Colors of #2803AD
Black with #2803AD
Text Example
Text Example
White with #2803AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2803AD; }
p { color: rgb(40,3,173); }
H1.HeaderClassName
{
color: #2803AD;
}
.AnyTagClassName
{
color: #2803AD;
}
</style>
background-color css
<style>
a { background-color: #2803AD; }
a { background-color: rgb(40,3,173); }
div.DivClassName
{
background-color: #2803AD;
}
.BgClassName
{
background-color: #2803AD;
}
</style>
border-color css
<style>
span { border-color: #2803AD; }
span { border-color: rgb(40,3,173); }
td.TdClassName
{
border-color: #2803AD;
}
.TagClassName
{
border-color: #2803AD;
}
</style>