Shades of Ultramarine #3119A0
Tints of Ultramarine #3119A0
RGB
CMYK
RGB Variations
Color information
#3119A0 (or 0x3119A0) is known color: Ultramarine. HEX triplet: 31, 19 and A0. RGB value is (49,25,160). Sum of RGB (Red+Green+Blue) = 49+25+160=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 160 (62.89% from 255 or 68.38% from 234); Max value from RGB is 160 - color contains mainly: blue. Hex color #3119A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3119A0 is #CEE65F. Grayscale: #2F2F2F. Windows color (decimal): -13559392 or 10492209. OLE color: 10492209.
HSL color Cylindrical-coordinate representation of color #3119A0: hue angle of 250.67º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3119A0 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 25 | 160 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.37 |
| HSL | 250.67º | 0.73% | 0.36% | - |
| HSV(B) | 250.67º | 0.84% | 0.63% | - |
| XYZ | 7.96 | 3.89 | 33.59 | - |
| YUV | 47.57 | 191.45 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 160 | 0.69 | 0.84 | 0 | 0.37 | 250.67 | 0.73 | 0.36 |
| Hex | 31 | 19 | A0 | 45 | 54 | 0 | 25 | FB | 49 | 24 |
| Octal | 61 | 31 | 240 | 105 | 124 | 0 | 45 | 373 | 111 | 44 |
| Binary | 110001 | 11001 | 10100000 | 1000101 | 1010100 | 0 | 100101 | 11111011 | 1001001 | 100100 |
Color Harmonies of #3119A0
Complementary color
Monochromatic Colors of #3119A0
Black with #3119A0
Text Example
Text Example
White with #3119A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3119A0; }
p { color: rgb(49,25,160); }
H1.HeaderClassName
{
color: #3119A0;
}
.AnyTagClassName
{
color: #3119A0;
}
</style>
background-color css
<style>
a { background-color: #3119A0; }
a { background-color: rgb(49,25,160); }
div.DivClassName
{
background-color: #3119A0;
}
.BgClassName
{
background-color: #3119A0;
}
</style>
border-color css
<style>
span { border-color: #3119A0; }
span { border-color: rgb(49,25,160); }
td.TdClassName
{
border-color: #3119A0;
}
.TagClassName
{
border-color: #3119A0;
}
</style>