Shades of Mariner #365DA6
Tints of Mariner #365DA6
RGB
CMYK
RGB Variations
Color information
#365DA6 (or 0x365DA6) is known color: Mariner. HEX triplet: 36, 5D and A6. RGB value is (54,93,166). Sum of RGB (Red+Green+Blue) = 54+93+166=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 166 (65.23% from 255 or 53.04% from 313); Max value from RGB is 166 - color contains mainly: blue. Hex color #365DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365DA6 is #C9A259. Grayscale: #595959. Windows color (decimal): -13214298 or 10902838. OLE color: 10902838.
HSL color Cylindrical-coordinate representation of color #365DA6: hue angle of 219.11º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #365DA6 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 54 | 93 | 166 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.35 |
| HSL | 219.11º | 0.51% | 0.43% | - |
| HSV(B) | 219.11º | 0.67% | 0.65% | - |
| XYZ | 12.32 | 11.37 | 37.62 | - |
| YUV | 89.66 | 171.08 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 166 | 0.67 | 0.44 | 0 | 0.35 | 219.11 | 0.51 | 0.43 |
| Hex | 36 | 5D | A6 | 43 | 2C | 0 | 23 | DB | 33 | 2B |
| Octal | 66 | 135 | 246 | 103 | 54 | 0 | 43 | 333 | 63 | 53 |
| Binary | 110110 | 1011101 | 10100110 | 1000011 | 101100 | 0 | 100011 | 11011011 | 110011 | 101011 |
Color Harmonies of #365DA6
Complementary color
Monochromatic Colors of #365DA6
Black with #365DA6
Text Example
Text Example
White with #365DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365DA6; }
p { color: rgb(54,93,166); }
H1.HeaderClassName
{
color: #365DA6;
}
.AnyTagClassName
{
color: #365DA6;
}
</style>
background-color css
<style>
a { background-color: #365DA6; }
a { background-color: rgb(54,93,166); }
div.DivClassName
{
background-color: #365DA6;
}
.BgClassName
{
background-color: #365DA6;
}
</style>
border-color css
<style>
span { border-color: #365DA6; }
span { border-color: rgb(54,93,166); }
td.TdClassName
{
border-color: #365DA6;
}
.TagClassName
{
border-color: #365DA6;
}
</style>