Shades of Ultramarine #2808AC
Tints of Ultramarine #2808AC
RGB
CMYK
RGB Variations
Color information
#2808AC (or 0x2808AC) is known color: Ultramarine. HEX triplet: 28, 08 and AC. RGB value is (40,8,172). Sum of RGB (Red+Green+Blue) = 40+8+172=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 172 (67.58% from 255 or 78.18% from 220); Max value from RGB is 172 - color contains mainly: blue. Hex color #2808AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2808AC is #D7F753. Grayscale: #232323. Windows color (decimal): -14153556 or 11274280. OLE color: 11274280.
HSL color Cylindrical-coordinate representation of color #2808AC: hue angle of 251.71º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2808AC is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 8 | 172 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.33 |
| HSL | 251.71º | 0.91% | 0.35% | - |
| HSV(B) | 251.71º | 0.95% | 0.67% | - |
| XYZ | 8.41 | 3.6 | 39.28 | - |
| YUV | 36.26 | 204.6 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 8 | 172 | 0.77 | 0.95 | 0 | 0.33 | 251.71 | 0.91 | 0.35 |
| Hex | 28 | 8 | AC | 4D | 5F | 0 | 21 | FC | 5B | 23 |
| Octal | 50 | 10 | 254 | 115 | 137 | 0 | 41 | 374 | 133 | 43 |
| Binary | 101000 | 1000 | 10101100 | 1001101 | 1011111 | 0 | 100001 | 11111100 | 1011011 | 100011 |
Color Harmonies of #2808AC
Complementary color
Monochromatic Colors of #2808AC
Black with #2808AC
Text Example
Text Example
White with #2808AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2808AC; }
p { color: rgb(40,8,172); }
H1.HeaderClassName
{
color: #2808AC;
}
.AnyTagClassName
{
color: #2808AC;
}
</style>
background-color css
<style>
a { background-color: #2808AC; }
a { background-color: rgb(40,8,172); }
div.DivClassName
{
background-color: #2808AC;
}
.BgClassName
{
background-color: #2808AC;
}
</style>
border-color css
<style>
span { border-color: #2808AC; }
span { border-color: rgb(40,8,172); }
td.TdClassName
{
border-color: #2808AC;
}
.TagClassName
{
border-color: #2808AC;
}
</style>