Shades of Ultramarine #3119A6
Tints of Ultramarine #3119A6
RGB
CMYK
RGB Variations
Color information
#3119A6 (or 0x3119A6) is known color: Ultramarine. HEX triplet: 31, 19 and A6. RGB value is (49,25,166). Sum of RGB (Red+Green+Blue) = 49+25+166=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 166 (65.23% from 255 or 69.17% from 240); Max value from RGB is 166 - color contains mainly: blue. Hex color #3119A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3119A6 is #CEE659. Grayscale: #2F2F2F. Windows color (decimal): -13559386 or 10885425. OLE color: 10885425.
HSL color Cylindrical-coordinate representation of color #3119A6: hue angle of 250.21º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3119A6 is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 25 | 166 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.35 |
| HSL | 250.21º | 0.74% | 0.37% | - |
| HSV(B) | 250.21º | 0.85% | 0.65% | - |
| XYZ | 8.5 | 4.1 | 36.42 | - |
| YUV | 48.25 | 194.45 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 166 | 0.70 | 0.85 | 0 | 0.35 | 250.21 | 0.74 | 0.37 |
| Hex | 31 | 19 | A6 | 46 | 55 | 0 | 23 | FA | 4A | 25 |
| Octal | 61 | 31 | 246 | 106 | 125 | 0 | 43 | 372 | 112 | 45 |
| Binary | 110001 | 11001 | 10100110 | 1000110 | 1010101 | 0 | 100011 | 11111010 | 1001010 | 100101 |
Color Harmonies of #3119A6
Complementary color
Monochromatic Colors of #3119A6
Black with #3119A6
Text Example
Text Example
White with #3119A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3119A6; }
p { color: rgb(49,25,166); }
H1.HeaderClassName
{
color: #3119A6;
}
.AnyTagClassName
{
color: #3119A6;
}
</style>
background-color css
<style>
a { background-color: #3119A6; }
a { background-color: rgb(49,25,166); }
div.DivClassName
{
background-color: #3119A6;
}
.BgClassName
{
background-color: #3119A6;
}
</style>
border-color css
<style>
span { border-color: #3119A6; }
span { border-color: rgb(49,25,166); }
td.TdClassName
{
border-color: #3119A6;
}
.TagClassName
{
border-color: #3119A6;
}
</style>