Shades of Mariner #365DA0
Tints of Mariner #365DA0
RGB
CMYK
RGB Variations
Color information
#365DA0 (or 0x365DA0) is known color: Mariner. HEX triplet: 36, 5D and A0. RGB value is (54,93,160). Sum of RGB (Red+Green+Blue) = 54+93+160=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 160 (62.89% from 255 or 52.12% from 307); Max value from RGB is 160 - color contains mainly: blue. Hex color #365DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365DA0 is #C9A25F. Grayscale: #585858. Windows color (decimal): -13214304 or 10509622. OLE color: 10509622.
HSL color Cylindrical-coordinate representation of color #365DA0: hue angle of 217.92º 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 #365DA0 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 93 | 160 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.37 |
| HSL | 217.92º | 0.5% | 0.42% | - |
| HSV(B) | 217.92º | 0.66% | 0.63% | - |
| XYZ | 11.78 | 11.15 | 34.79 | - |
| YUV | 88.98 | 168.08 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 160 | 0.66 | 0.42 | 0 | 0.37 | 217.92 | 0.5 | 0.42 |
| Hex | 36 | 5D | A0 | 42 | 2A | 0 | 25 | DA | 32 | 2A |
| Octal | 66 | 135 | 240 | 102 | 52 | 0 | 45 | 332 | 62 | 52 |
| Binary | 110110 | 1011101 | 10100000 | 1000010 | 101010 | 0 | 100101 | 11011010 | 110010 | 101010 |
Color Harmonies of #365DA0
Complementary color
Monochromatic Colors of #365DA0
Black with #365DA0
Text Example
Text Example
White with #365DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365DA0; }
p { color: rgb(54,93,160); }
H1.HeaderClassName
{
color: #365DA0;
}
.AnyTagClassName
{
color: #365DA0;
}
</style>
background-color css
<style>
a { background-color: #365DA0; }
a { background-color: rgb(54,93,160); }
div.DivClassName
{
background-color: #365DA0;
}
.BgClassName
{
background-color: #365DA0;
}
</style>
border-color css
<style>
span { border-color: #365DA0; }
span { border-color: rgb(54,93,160); }
td.TdClassName
{
border-color: #365DA0;
}
.TagClassName
{
border-color: #365DA0;
}
</style>