Shades of Ultramarine #2810AF
Tints of Ultramarine #2810AF
RGB
CMYK
RGB Variations
Color information
#2810AF (or 0x2810AF) is known color: Ultramarine. HEX triplet: 28, 10 and AF. RGB value is (40,16,175). Sum of RGB (Red+Green+Blue) = 40+16+175=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 175 (68.75% from 255 or 75.76% from 231); Max value from RGB is 175 - color contains mainly: blue. Hex color #2810AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2810AF is #D7EF50. Grayscale: #282828. Windows color (decimal): -14151505 or 11472936. OLE color: 11472936.
HSL color Cylindrical-coordinate representation of color #2810AF: hue angle of 249.06º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2810AF is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 16 | 175 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.31 |
| HSL | 249.06º | 0.83% | 0.37% | - |
| HSV(B) | 249.06º | 0.91% | 0.69% | - |
| XYZ | 8.8 | 3.92 | 40.85 | - |
| YUV | 41.3 | 203.45 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 16 | 175 | 0.77 | 0.91 | 0 | 0.31 | 249.06 | 0.83 | 0.37 |
| Hex | 28 | 10 | AF | 4D | 5B | 0 | 1F | F9 | 53 | 25 |
| Octal | 50 | 20 | 257 | 115 | 133 | 0 | 37 | 371 | 123 | 45 |
| Binary | 101000 | 10000 | 10101111 | 1001101 | 1011011 | 0 | 11111 | 11111001 | 1010011 | 100101 |
Color Harmonies of #2810AF
Complementary color
Monochromatic Colors of #2810AF
Black with #2810AF
Text Example
Text Example
White with #2810AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2810AF; }
p { color: rgb(40,16,175); }
H1.HeaderClassName
{
color: #2810AF;
}
.AnyTagClassName
{
color: #2810AF;
}
</style>
background-color css
<style>
a { background-color: #2810AF; }
a { background-color: rgb(40,16,175); }
div.DivClassName
{
background-color: #2810AF;
}
.BgClassName
{
background-color: #2810AF;
}
</style>
border-color css
<style>
span { border-color: #2810AF; }
span { border-color: rgb(40,16,175); }
td.TdClassName
{
border-color: #2810AF;
}
.TagClassName
{
border-color: #2810AF;
}
</style>