Shades of Mariner #3154A4
Tints of Mariner #3154A4
RGB
CMYK
RGB Variations
Color information
#3154A4 (or 0x3154A4) is known color: Mariner. HEX triplet: 31, 54 and A4. RGB value is (49,84,164). Sum of RGB (Red+Green+Blue) = 49+84+164=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 164 (64.45% from 255 or 55.22% from 297); Max value from RGB is 164 - color contains mainly: blue. Hex color #3154A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3154A4 is #CEAB5B. Grayscale: #525252. Windows color (decimal): -13544284 or 10769457. OLE color: 10769457.
HSL color Cylindrical-coordinate representation of color #3154A4: hue angle of 221.74º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3154A4 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 84 | 164 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.36 |
| HSL | 221.74º | 0.54% | 0.42% | - |
| HSV(B) | 221.74º | 0.7% | 0.64% | - |
| XYZ | 11.14 | 9.67 | 36.4 | - |
| YUV | 82.66 | 173.9 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 164 | 0.70 | 0.49 | 0 | 0.36 | 221.74 | 0.54 | 0.42 |
| Hex | 31 | 54 | A4 | 46 | 31 | 0 | 24 | DE | 36 | 2A |
| Octal | 61 | 124 | 244 | 106 | 61 | 0 | 44 | 336 | 66 | 52 |
| Binary | 110001 | 1010100 | 10100100 | 1000110 | 110001 | 0 | 100100 | 11011110 | 110110 | 101010 |
Color Harmonies of #3154A4
Complementary color
Monochromatic Colors of #3154A4
Black with #3154A4
Text Example
Text Example
White with #3154A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3154A4; }
p { color: rgb(49,84,164); }
H1.HeaderClassName
{
color: #3154A4;
}
.AnyTagClassName
{
color: #3154A4;
}
</style>
background-color css
<style>
a { background-color: #3154A4; }
a { background-color: rgb(49,84,164); }
div.DivClassName
{
background-color: #3154A4;
}
.BgClassName
{
background-color: #3154A4;
}
</style>
border-color css
<style>
span { border-color: #3154A4; }
span { border-color: rgb(49,84,164); }
td.TdClassName
{
border-color: #3154A4;
}
.TagClassName
{
border-color: #3154A4;
}
</style>