Shades of Mariner #315FAC
Tints of Mariner #315FAC
RGB
CMYK
RGB Variations
Color information
#315FAC (or 0x315FAC) is known color: Mariner. HEX triplet: 31, 5F and AC. RGB value is (49,95,172). Sum of RGB (Red+Green+Blue) = 49+95+172=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #315FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315FAC is #CEA053. Grayscale: #595959. Windows color (decimal): -13541460 or 11296561. OLE color: 11296561.
HSL color Cylindrical-coordinate representation of color #315FAC: hue angle of 217.56º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #315FAC is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 95 | 172 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.33 |
| HSL | 217.56º | 0.56% | 0.43% | - |
| HSV(B) | 217.56º | 0.72% | 0.67% | - |
| XYZ | 12.81 | 11.82 | 40.64 | - |
| YUV | 90.02 | 174.26 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 95 | 172 | 0.72 | 0.45 | 0 | 0.33 | 217.56 | 0.56 | 0.43 |
| Hex | 31 | 5F | AC | 48 | 2D | 0 | 21 | DA | 38 | 2B |
| Octal | 61 | 137 | 254 | 110 | 55 | 0 | 41 | 332 | 70 | 53 |
| Binary | 110001 | 1011111 | 10101100 | 1001000 | 101101 | 0 | 100001 | 11011010 | 111000 | 101011 |
Color Harmonies of #315FAC
Complementary color
Monochromatic Colors of #315FAC
Black with #315FAC
Text Example
Text Example
White with #315FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315FAC; }
p { color: rgb(49,95,172); }
H1.HeaderClassName
{
color: #315FAC;
}
.AnyTagClassName
{
color: #315FAC;
}
</style>
background-color css
<style>
a { background-color: #315FAC; }
a { background-color: rgb(49,95,172); }
div.DivClassName
{
background-color: #315FAC;
}
.BgClassName
{
background-color: #315FAC;
}
</style>
border-color css
<style>
span { border-color: #315FAC; }
span { border-color: rgb(49,95,172); }
td.TdClassName
{
border-color: #315FAC;
}
.TagClassName
{
border-color: #315FAC;
}
</style>