Shades of Mariner #366195
Tints of Mariner #366195
RGB
CMYK
RGB Variations
Color information
#366195 (or 0x366195) is known color: Mariner. HEX triplet: 36, 61 and 95. RGB value is (54,97,149). Sum of RGB (Red+Green+Blue) = 54+97+149=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #366195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366195 is #C99E6A. Grayscale: #595959. Windows color (decimal): -13213291 or 9789750. OLE color: 9789750.
HSL color Cylindrical-coordinate representation of color #366195: hue angle of 212.84º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #366195 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 97 | 149 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.42 |
| HSL | 212.84º | 0.47% | 0.4% | - |
| HSV(B) | 212.84º | 0.64% | 0.58% | - |
| XYZ | 11.22 | 11.5 | 30.06 | - |
| YUV | 90.07 | 161.25 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 97 | 149 | 0.64 | 0.35 | 0 | 0.42 | 212.84 | 0.47 | 0.4 |
| Hex | 36 | 61 | 95 | 40 | 23 | 0 | 2A | D5 | 2F | 28 |
| Octal | 66 | 141 | 225 | 100 | 43 | 0 | 52 | 325 | 57 | 50 |
| Binary | 110110 | 1100001 | 10010101 | 1000000 | 100011 | 0 | 101010 | 11010101 | 101111 | 101000 |
Color Harmonies of #366195
Complementary color
Monochromatic Colors of #366195
Black with #366195
Text Example
Text Example
White with #366195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366195; }
p { color: rgb(54,97,149); }
H1.HeaderClassName
{
color: #366195;
}
.AnyTagClassName
{
color: #366195;
}
</style>
background-color css
<style>
a { background-color: #366195; }
a { background-color: rgb(54,97,149); }
div.DivClassName
{
background-color: #366195;
}
.BgClassName
{
background-color: #366195;
}
</style>
border-color css
<style>
span { border-color: #366195; }
span { border-color: rgb(54,97,149); }
td.TdClassName
{
border-color: #366195;
}
.TagClassName
{
border-color: #366195;
}
</style>