Shades of Mariner #365EAB
Tints of Mariner #365EAB
RGB
CMYK
RGB Variations
Color information
#365EAB (or 0x365EAB) is known color: Mariner. HEX triplet: 36, 5E and AB. RGB value is (54,94,171). Sum of RGB (Red+Green+Blue) = 54+94+171=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #365EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365EAB is #C9A154. Grayscale: #5A5A5A. Windows color (decimal): -13214037 or 11230774. OLE color: 11230774.
HSL color Cylindrical-coordinate representation of color #365EAB: hue angle of 219.49º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #365EAB is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 94 | 171 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.33 |
| HSL | 219.49º | 0.52% | 0.44% | - |
| HSV(B) | 219.49º | 0.68% | 0.67% | - |
| XYZ | 12.87 | 11.73 | 40.11 | - |
| YUV | 90.82 | 173.25 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 94 | 171 | 0.68 | 0.45 | 0 | 0.33 | 219.49 | 0.52 | 0.44 |
| Hex | 36 | 5E | AB | 44 | 2D | 0 | 21 | DB | 34 | 2C |
| Octal | 66 | 136 | 253 | 104 | 55 | 0 | 41 | 333 | 64 | 54 |
| Binary | 110110 | 1011110 | 10101011 | 1000100 | 101101 | 0 | 100001 | 11011011 | 110100 | 101100 |
Color Harmonies of #365EAB
Complementary color
Monochromatic Colors of #365EAB
Black with #365EAB
Text Example
Text Example
White with #365EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365EAB; }
p { color: rgb(54,94,171); }
H1.HeaderClassName
{
color: #365EAB;
}
.AnyTagClassName
{
color: #365EAB;
}
</style>
background-color css
<style>
a { background-color: #365EAB; }
a { background-color: rgb(54,94,171); }
div.DivClassName
{
background-color: #365EAB;
}
.BgClassName
{
background-color: #365EAB;
}
</style>
border-color css
<style>
span { border-color: #365EAB; }
span { border-color: rgb(54,94,171); }
td.TdClassName
{
border-color: #365EAB;
}
.TagClassName
{
border-color: #365EAB;
}
</style>