Shades of Ultramarine #3114A0
Tints of Ultramarine #3114A0
RGB
CMYK
RGB Variations
Color information
#3114A0 (or 0x3114A0) is known color: Ultramarine. HEX triplet: 31, 14 and A0. RGB value is (49,20,160). Sum of RGB (Red+Green+Blue) = 49+20+160=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 160 (62.89% from 255 or 69.87% from 229); Max value from RGB is 160 - color contains mainly: blue. Hex color #3114A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3114A0 is #CEEB5F. Grayscale: #2C2C2C. Windows color (decimal): -13560672 or 10490929. OLE color: 10490929.
HSL color Cylindrical-coordinate representation of color #3114A0: hue angle of 252.43º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3114A0 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 20 | 160 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.37 |
| HSL | 252.43º | 0.78% | 0.35% | - |
| HSV(B) | 252.43º | 0.88% | 0.63% | - |
| XYZ | 7.86 | 3.69 | 33.56 | - |
| YUV | 44.63 | 193.11 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 20 | 160 | 0.69 | 0.88 | 0 | 0.37 | 252.43 | 0.78 | 0.35 |
| Hex | 31 | 14 | A0 | 45 | 58 | 0 | 25 | FC | 4E | 23 |
| Octal | 61 | 24 | 240 | 105 | 130 | 0 | 45 | 374 | 116 | 43 |
| Binary | 110001 | 10100 | 10100000 | 1000101 | 1011000 | 0 | 100101 | 11111100 | 1001110 | 100011 |
Color Harmonies of #3114A0
Complementary color
Monochromatic Colors of #3114A0
Black with #3114A0
Text Example
Text Example
White with #3114A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3114A0; }
p { color: rgb(49,20,160); }
H1.HeaderClassName
{
color: #3114A0;
}
.AnyTagClassName
{
color: #3114A0;
}
</style>
background-color css
<style>
a { background-color: #3114A0; }
a { background-color: rgb(49,20,160); }
div.DivClassName
{
background-color: #3114A0;
}
.BgClassName
{
background-color: #3114A0;
}
</style>
border-color css
<style>
span { border-color: #3114A0; }
span { border-color: rgb(49,20,160); }
td.TdClassName
{
border-color: #3114A0;
}
.TagClassName
{
border-color: #3114A0;
}
</style>