Shades of Ultramarine #2803AF
Tints of Ultramarine #2803AF
RGB
CMYK
RGB Variations
Color information
#2803AF (or 0x2803AF) is known color: Ultramarine. HEX triplet: 28, 03 and AF. RGB value is (40,3,175). Sum of RGB (Red+Green+Blue) = 40+3+175=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 175 (68.75% from 255 or 80.28% from 218); Max value from RGB is 175 - color contains mainly: blue. Hex color #2803AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2803AF is #D7FC50. Grayscale: #212121. Windows color (decimal): -14154833 or 11469608. OLE color: 11469608.
HSL color Cylindrical-coordinate representation of color #2803AF: hue angle of 252.91º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2803AF is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 3 | 175 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.31 |
| HSL | 252.91º | 0.97% | 0.35% | - |
| HSV(B) | 252.91º | 0.98% | 0.69% | - |
| XYZ | 8.65 | 3.61 | 40.8 | - |
| YUV | 33.67 | 207.76 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 3 | 175 | 0.77 | 0.98 | 0 | 0.31 | 252.91 | 0.97 | 0.35 |
| Hex | 28 | 3 | AF | 4D | 62 | 0 | 1F | FD | 61 | 23 |
| Octal | 50 | 3 | 257 | 115 | 142 | 0 | 37 | 375 | 141 | 43 |
| Binary | 101000 | 11 | 10101111 | 1001101 | 1100010 | 0 | 11111 | 11111101 | 1100001 | 100011 |
Color Harmonies of #2803AF
Complementary color
Monochromatic Colors of #2803AF
Black with #2803AF
Text Example
Text Example
White with #2803AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2803AF; }
p { color: rgb(40,3,175); }
H1.HeaderClassName
{
color: #2803AF;
}
.AnyTagClassName
{
color: #2803AF;
}
</style>
background-color css
<style>
a { background-color: #2803AF; }
a { background-color: rgb(40,3,175); }
div.DivClassName
{
background-color: #2803AF;
}
.BgClassName
{
background-color: #2803AF;
}
</style>
border-color css
<style>
span { border-color: #2803AF; }
span { border-color: rgb(40,3,175); }
td.TdClassName
{
border-color: #2803AF;
}
.TagClassName
{
border-color: #2803AF;
}
</style>