Shades of Mariner #365EA1
Tints of Mariner #365EA1
RGB
CMYK
RGB Variations
Color information
#365EA1 (or 0x365EA1) is known color: Mariner. HEX triplet: 36, 5E and A1. RGB value is (54,94,161). Sum of RGB (Red+Green+Blue) = 54+94+161=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 161 (63.28% from 255 or 52.10% from 309); Max value from RGB is 161 - color contains mainly: blue. Hex color #365EA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365EA1 is #C9A15E. Grayscale: #595959. Windows color (decimal): -13214047 or 10575414. OLE color: 10575414.
HSL color Cylindrical-coordinate representation of color #365EA1: hue angle of 217.57º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #365EA1 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 94 | 161 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.37 |
| HSL | 217.57º | 0.5% | 0.42% | - |
| HSV(B) | 217.57º | 0.66% | 0.63% | - |
| XYZ | 11.96 | 11.36 | 35.28 | - |
| YUV | 89.68 | 168.25 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 94 | 161 | 0.66 | 0.42 | 0 | 0.37 | 217.57 | 0.5 | 0.42 |
| Hex | 36 | 5E | A1 | 42 | 2A | 0 | 25 | DA | 32 | 2A |
| Octal | 66 | 136 | 241 | 102 | 52 | 0 | 45 | 332 | 62 | 52 |
| Binary | 110110 | 1011110 | 10100001 | 1000010 | 101010 | 0 | 100101 | 11011010 | 110010 | 101010 |
Color Harmonies of #365EA1
Complementary color
Monochromatic Colors of #365EA1
Black with #365EA1
Text Example
Text Example
White with #365EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365EA1; }
p { color: rgb(54,94,161); }
H1.HeaderClassName
{
color: #365EA1;
}
.AnyTagClassName
{
color: #365EA1;
}
</style>
background-color css
<style>
a { background-color: #365EA1; }
a { background-color: rgb(54,94,161); }
div.DivClassName
{
background-color: #365EA1;
}
.BgClassName
{
background-color: #365EA1;
}
</style>
border-color css
<style>
span { border-color: #365EA1; }
span { border-color: rgb(54,94,161); }
td.TdClassName
{
border-color: #365EA1;
}
.TagClassName
{
border-color: #365EA1;
}
</style>