Shades of Ultramarine #3115AF
Tints of Ultramarine #3115AF
RGB
CMYK
RGB Variations
Color information
#3115AF (or 0x3115AF) is known color: Ultramarine. HEX triplet: 31, 15 and AF. RGB value is (49,21,175). Sum of RGB (Red+Green+Blue) = 49+21+175=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 175 (68.75% from 255 or 71.43% from 245); Max value from RGB is 175 - color contains mainly: blue. Hex color #3115AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3115AF is #CEEA50. Grayscale: #2E2E2E. Windows color (decimal): -13560401 or 11474225. OLE color: 11474225.
HSL color Cylindrical-coordinate representation of color #3115AF: hue angle of 250.91º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3115AF is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 21 | 175 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.31 |
| HSL | 250.91º | 0.79% | 0.38% | - |
| HSV(B) | 250.91º | 0.88% | 0.69% | - |
| XYZ | 9.27 | 4.28 | 40.9 | - |
| YUV | 46.93 | 200.28 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 21 | 175 | 0.72 | 0.88 | 0 | 0.31 | 250.91 | 0.79 | 0.38 |
| Hex | 31 | 15 | AF | 48 | 58 | 0 | 1F | FB | 4F | 26 |
| Octal | 61 | 25 | 257 | 110 | 130 | 0 | 37 | 373 | 117 | 46 |
| Binary | 110001 | 10101 | 10101111 | 1001000 | 1011000 | 0 | 11111 | 11111011 | 1001111 | 100110 |
Color Harmonies of #3115AF
Complementary color
Monochromatic Colors of #3115AF
Black with #3115AF
Text Example
Text Example
White with #3115AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3115AF; }
p { color: rgb(49,21,175); }
H1.HeaderClassName
{
color: #3115AF;
}
.AnyTagClassName
{
color: #3115AF;
}
</style>
background-color css
<style>
a { background-color: #3115AF; }
a { background-color: rgb(49,21,175); }
div.DivClassName
{
background-color: #3115AF;
}
.BgClassName
{
background-color: #3115AF;
}
</style>
border-color css
<style>
span { border-color: #3115AF; }
span { border-color: rgb(49,21,175); }
td.TdClassName
{
border-color: #3115AF;
}
.TagClassName
{
border-color: #3115AF;
}
</style>