Shades of Mariner #3153A4
Tints of Mariner #3153A4
RGB
CMYK
RGB Variations
Color information
#3153A4 (or 0x3153A4) is known color: Mariner. HEX triplet: 31, 53 and A4. RGB value is (49,83,164). Sum of RGB (Red+Green+Blue) = 49+83+164=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 164 (64.45% from 255 or 55.41% from 296); Max value from RGB is 164 - color contains mainly: blue. Hex color #3153A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3153A4 is #CEAC5B. Grayscale: #515151. Windows color (decimal): -13544540 or 10769201. OLE color: 10769201.
HSL color Cylindrical-coordinate representation of color #3153A4: hue angle of 222.26º 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 #3153A4 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 83 | 164 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.36 |
| HSL | 222.26º | 0.54% | 0.42% | - |
| HSV(B) | 222.26º | 0.7% | 0.64% | - |
| XYZ | 11.06 | 9.52 | 36.38 | - |
| YUV | 82.07 | 174.24 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 164 | 0.70 | 0.49 | 0 | 0.36 | 222.26 | 0.54 | 0.42 |
| Hex | 31 | 53 | A4 | 46 | 31 | 0 | 24 | DE | 36 | 2A |
| Octal | 61 | 123 | 244 | 106 | 61 | 0 | 44 | 336 | 66 | 52 |
| Binary | 110001 | 1010011 | 10100100 | 1000110 | 110001 | 0 | 100100 | 11011110 | 110110 | 101010 |
Color Harmonies of #3153A4
Complementary color
Monochromatic Colors of #3153A4
Black with #3153A4
Text Example
Text Example
White with #3153A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3153A4; }
p { color: rgb(49,83,164); }
H1.HeaderClassName
{
color: #3153A4;
}
.AnyTagClassName
{
color: #3153A4;
}
</style>
background-color css
<style>
a { background-color: #3153A4; }
a { background-color: rgb(49,83,164); }
div.DivClassName
{
background-color: #3153A4;
}
.BgClassName
{
background-color: #3153A4;
}
</style>
border-color css
<style>
span { border-color: #3153A4; }
span { border-color: rgb(49,83,164); }
td.TdClassName
{
border-color: #3153A4;
}
.TagClassName
{
border-color: #3153A4;
}
</style>