Shades of Ultramarine #2810AC
Tints of Ultramarine #2810AC
RGB
CMYK
RGB Variations
Color information
#2810AC (or 0x2810AC) is known color: Ultramarine. HEX triplet: 28, 10 and AC. RGB value is (40,16,172). Sum of RGB (Red+Green+Blue) = 40+16+172=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 172 (67.58% from 255 or 75.44% from 228); Max value from RGB is 172 - color contains mainly: blue. Hex color #2810AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2810AC is #D7EF53. Grayscale: #282828. Windows color (decimal): -14151508 or 11276328. OLE color: 11276328.
HSL color Cylindrical-coordinate representation of color #2810AC: hue angle of 249.23º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2810AC is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 16 | 172 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.33 |
| HSL | 249.23º | 0.83% | 0.37% | - |
| HSV(B) | 249.23º | 0.91% | 0.67% | - |
| XYZ | 8.51 | 3.8 | 39.31 | - |
| YUV | 40.96 | 201.95 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 16 | 172 | 0.77 | 0.91 | 0 | 0.33 | 249.23 | 0.83 | 0.37 |
| Hex | 28 | 10 | AC | 4D | 5B | 0 | 21 | F9 | 53 | 25 |
| Octal | 50 | 20 | 254 | 115 | 133 | 0 | 41 | 371 | 123 | 45 |
| Binary | 101000 | 10000 | 10101100 | 1001101 | 1011011 | 0 | 100001 | 11111001 | 1010011 | 100101 |
Color Harmonies of #2810AC
Complementary color
Monochromatic Colors of #2810AC
Black with #2810AC
Text Example
Text Example
White with #2810AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2810AC; }
p { color: rgb(40,16,172); }
H1.HeaderClassName
{
color: #2810AC;
}
.AnyTagClassName
{
color: #2810AC;
}
</style>
background-color css
<style>
a { background-color: #2810AC; }
a { background-color: rgb(40,16,172); }
div.DivClassName
{
background-color: #2810AC;
}
.BgClassName
{
background-color: #2810AC;
}
</style>
border-color css
<style>
span { border-color: #2810AC; }
span { border-color: rgb(40,16,172); }
td.TdClassName
{
border-color: #2810AC;
}
.TagClassName
{
border-color: #2810AC;
}
</style>