Shades of Ultramarine #2803A6
Tints of Ultramarine #2803A6
RGB
CMYK
RGB Variations
Color information
#2803A6 (or 0x2803A6) is known color: Ultramarine. HEX triplet: 28, 03 and A6. RGB value is (40,3,166). Sum of RGB (Red+Green+Blue) = 40+3+166=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 166 (65.23% from 255 or 79.43% from 209); Max value from RGB is 166 - color contains mainly: blue. Hex color #2803A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2803A6 is #D7FC59. Grayscale: #202020. Windows color (decimal): -14154842 or 10879784. OLE color: 10879784.
HSL color Cylindrical-coordinate representation of color #2803A6: hue angle of 253.62º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2803A6 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 3 | 166 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.35 |
| HSL | 253.62º | 0.96% | 0.33% | - |
| HSV(B) | 253.62º | 0.98% | 0.65% | - |
| XYZ | 7.79 | 3.27 | 36.3 | - |
| YUV | 32.65 | 203.26 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 3 | 166 | 0.76 | 0.98 | 0 | 0.35 | 253.62 | 0.96 | 0.33 |
| Hex | 28 | 3 | A6 | 4C | 62 | 0 | 23 | FE | 60 | 21 |
| Octal | 50 | 3 | 246 | 114 | 142 | 0 | 43 | 376 | 140 | 41 |
| Binary | 101000 | 11 | 10100110 | 1001100 | 1100010 | 0 | 100011 | 11111110 | 1100000 | 100001 |
Color Harmonies of #2803A6
Complementary color
Monochromatic Colors of #2803A6
Black with #2803A6
Text Example
Text Example
White with #2803A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2803A6; }
p { color: rgb(40,3,166); }
H1.HeaderClassName
{
color: #2803A6;
}
.AnyTagClassName
{
color: #2803A6;
}
</style>
background-color css
<style>
a { background-color: #2803A6; }
a { background-color: rgb(40,3,166); }
div.DivClassName
{
background-color: #2803A6;
}
.BgClassName
{
background-color: #2803A6;
}
</style>
border-color css
<style>
span { border-color: #2803A6; }
span { border-color: rgb(40,3,166); }
td.TdClassName
{
border-color: #2803A6;
}
.TagClassName
{
border-color: #2803A6;
}
</style>