Shades of Ultramarine #2802AD
Tints of Ultramarine #2802AD
RGB
CMYK
RGB Variations
Color information
#2802AD (or 0x2802AD) is known color: Ultramarine. HEX triplet: 28, 02 and AD. RGB value is (40,2,173). Sum of RGB (Red+Green+Blue) = 40+2+173=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 173 (67.97% from 255 or 80.47% from 215); Max value from RGB is 173 - color contains mainly: blue. Hex color #2802AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2802AD is #D7FD52. Grayscale: #202020. Windows color (decimal): -14155091 or 11338280. OLE color: 11338280.
HSL color Cylindrical-coordinate representation of color #2802AD: hue angle of 253.33º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2802AD is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 2 | 173 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.32 |
| HSL | 253.33º | 0.98% | 0.34% | - |
| HSV(B) | 253.33º | 0.99% | 0.68% | - |
| XYZ | 8.44 | 3.51 | 39.77 | - |
| YUV | 32.86 | 207.09 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 173 | 0.77 | 0.99 | 0 | 0.32 | 253.33 | 0.98 | 0.34 |
| Hex | 28 | 2 | AD | 4D | 63 | 0 | 20 | FD | 62 | 22 |
| Octal | 50 | 2 | 255 | 115 | 143 | 0 | 40 | 375 | 142 | 42 |
| Binary | 101000 | 10 | 10101101 | 1001101 | 1100011 | 0 | 100000 | 11111101 | 1100010 | 100010 |
Color Harmonies of #2802AD
Complementary color
Monochromatic Colors of #2802AD
Black with #2802AD
Text Example
Text Example
White with #2802AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2802AD; }
p { color: rgb(40,2,173); }
H1.HeaderClassName
{
color: #2802AD;
}
.AnyTagClassName
{
color: #2802AD;
}
</style>
background-color css
<style>
a { background-color: #2802AD; }
a { background-color: rgb(40,2,173); }
div.DivClassName
{
background-color: #2802AD;
}
.BgClassName
{
background-color: #2802AD;
}
</style>
border-color css
<style>
span { border-color: #2802AD; }
span { border-color: rgb(40,2,173); }
td.TdClassName
{
border-color: #2802AD;
}
.TagClassName
{
border-color: #2802AD;
}
</style>