Shades of Ultramarine #310AAF
Tints of Ultramarine #310AAF
RGB
CMYK
RGB Variations
Color information
#310AAF (or 0x310AAF) is known color: Ultramarine. HEX triplet: 31, 0A and AF. RGB value is (49,10,175). Sum of RGB (Red+Green+Blue) = 49+10+175=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 175 (68.75% from 255 or 74.79% from 234); Max value from RGB is 175 - color contains mainly: blue. Hex color #310AAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310AAF is #CEF550. Grayscale: #272727. Windows color (decimal): -13563217 or 11471409. OLE color: 11471409.
HSL color Cylindrical-coordinate representation of color #310AAF: hue angle of 254.18º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310AAF is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 10 | 175 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.31 |
| HSL | 254.18º | 0.89% | 0.36% | - |
| HSV(B) | 254.18º | 0.94% | 0.69% | - |
| XYZ | 9.11 | 3.97 | 40.84 | - |
| YUV | 40.47 | 203.92 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 10 | 175 | 0.72 | 0.94 | 0 | 0.31 | 254.18 | 0.89 | 0.36 |
| Hex | 31 | A | AF | 48 | 5E | 0 | 1F | FE | 59 | 24 |
| Octal | 61 | 12 | 257 | 110 | 136 | 0 | 37 | 376 | 131 | 44 |
| Binary | 110001 | 1010 | 10101111 | 1001000 | 1011110 | 0 | 11111 | 11111110 | 1011001 | 100100 |
Color Harmonies of #310AAF
Complementary color
Monochromatic Colors of #310AAF
Black with #310AAF
Text Example
Text Example
White with #310AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310AAF; }
p { color: rgb(49,10,175); }
H1.HeaderClassName
{
color: #310AAF;
}
.AnyTagClassName
{
color: #310AAF;
}
</style>
background-color css
<style>
a { background-color: #310AAF; }
a { background-color: rgb(49,10,175); }
div.DivClassName
{
background-color: #310AAF;
}
.BgClassName
{
background-color: #310AAF;
}
</style>
border-color css
<style>
span { border-color: #310AAF; }
span { border-color: rgb(49,10,175); }
td.TdClassName
{
border-color: #310AAF;
}
.TagClassName
{
border-color: #310AAF;
}
</style>