Shades of Mariner #365BA9
Tints of Mariner #365BA9
RGB
CMYK
RGB Variations
Color information
#365BA9 (or 0x365BA9) is known color: Mariner. HEX triplet: 36, 5B and A9. RGB value is (54,91,169). Sum of RGB (Red+Green+Blue) = 54+91+169=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 169 (66.41% from 255 or 53.82% from 314); Max value from RGB is 169 - color contains mainly: blue. Hex color #365BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365BA9 is #C9A456. Grayscale: #585858. Windows color (decimal): -13214807 or 11098934. OLE color: 11098934.
HSL color Cylindrical-coordinate representation of color #365BA9: hue angle of 220.7º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #365BA9 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 54 | 91 | 169 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.34 |
| HSL | 220.7º | 0.52% | 0.44% | - |
| HSV(B) | 220.7º | 0.68% | 0.66% | - |
| XYZ | 12.42 | 11.13 | 39.03 | - |
| YUV | 88.83 | 173.24 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 91 | 169 | 0.68 | 0.46 | 0 | 0.34 | 220.7 | 0.52 | 0.44 |
| Hex | 36 | 5B | A9 | 44 | 2E | 0 | 22 | DD | 34 | 2C |
| Octal | 66 | 133 | 251 | 104 | 56 | 0 | 42 | 335 | 64 | 54 |
| Binary | 110110 | 1011011 | 10101001 | 1000100 | 101110 | 0 | 100010 | 11011101 | 110100 | 101100 |
Color Harmonies of #365BA9
Complementary color
Monochromatic Colors of #365BA9
Black with #365BA9
Text Example
Text Example
White with #365BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365BA9; }
p { color: rgb(54,91,169); }
H1.HeaderClassName
{
color: #365BA9;
}
.AnyTagClassName
{
color: #365BA9;
}
</style>
background-color css
<style>
a { background-color: #365BA9; }
a { background-color: rgb(54,91,169); }
div.DivClassName
{
background-color: #365BA9;
}
.BgClassName
{
background-color: #365BA9;
}
</style>
border-color css
<style>
span { border-color: #365BA9; }
span { border-color: rgb(54,91,169); }
td.TdClassName
{
border-color: #365BA9;
}
.TagClassName
{
border-color: #365BA9;
}
</style>