Shades of Ultramarine #2803AB
Tints of Ultramarine #2803AB
RGB
CMYK
RGB Variations
Color information
#2803AB (or 0x2803AB) is known color: Ultramarine. HEX triplet: 28, 03 and AB. RGB value is (40,3,171). Sum of RGB (Red+Green+Blue) = 40+3+171=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 171 (67.19% from 255 or 79.91% from 214); Max value from RGB is 171 - color contains mainly: blue. Hex color #2803AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2803AB is #D7FC54. Grayscale: #202020. Windows color (decimal): -14154837 or 11207464. OLE color: 11207464.
HSL color Cylindrical-coordinate representation of color #2803AB: hue angle of 253.21º 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 #2803AB is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 3 | 171 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.33 |
| HSL | 253.21º | 0.97% | 0.34% | - |
| HSV(B) | 253.21º | 0.98% | 0.67% | - |
| XYZ | 8.26 | 3.46 | 38.76 | - |
| YUV | 33.22 | 205.76 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 3 | 171 | 0.77 | 0.98 | 0 | 0.33 | 253.21 | 0.97 | 0.34 |
| Hex | 28 | 3 | AB | 4D | 62 | 0 | 21 | FD | 61 | 22 |
| Octal | 50 | 3 | 253 | 115 | 142 | 0 | 41 | 375 | 141 | 42 |
| Binary | 101000 | 11 | 10101011 | 1001101 | 1100010 | 0 | 100001 | 11111101 | 1100001 | 100010 |
Color Harmonies of #2803AB
Complementary color
Monochromatic Colors of #2803AB
Black with #2803AB
Text Example
Text Example
White with #2803AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2803AB; }
p { color: rgb(40,3,171); }
H1.HeaderClassName
{
color: #2803AB;
}
.AnyTagClassName
{
color: #2803AB;
}
</style>
background-color css
<style>
a { background-color: #2803AB; }
a { background-color: rgb(40,3,171); }
div.DivClassName
{
background-color: #2803AB;
}
.BgClassName
{
background-color: #2803AB;
}
</style>
border-color css
<style>
span { border-color: #2803AB; }
span { border-color: rgb(40,3,171); }
td.TdClassName
{
border-color: #2803AB;
}
.TagClassName
{
border-color: #2803AB;
}
</style>