Shades of Mariner #365C97
Tints of Mariner #365C97
RGB
CMYK
RGB Variations
Color information
#365C97 (or 0x365C97) is known color: Mariner. HEX triplet: 36, 5C and 97. RGB value is (54,92,151). Sum of RGB (Red+Green+Blue) = 54+92+151=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 151 (59.38% from 255 or 50.84% from 297); Max value from RGB is 151 - color contains mainly: blue. Hex color #365C97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365C97 is #C9A368. Grayscale: #575757. Windows color (decimal): -13214569 or 9919542. OLE color: 9919542.
HSL color Cylindrical-coordinate representation of color #365C97: hue angle of 216.49º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #365C97 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 92 | 151 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.41 |
| HSL | 216.49º | 0.47% | 0.4% | - |
| HSV(B) | 216.49º | 0.64% | 0.59% | - |
| XYZ | 10.93 | 10.67 | 30.76 | - |
| YUV | 87.36 | 163.91 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 92 | 151 | 0.64 | 0.39 | 0 | 0.41 | 216.49 | 0.47 | 0.4 |
| Hex | 36 | 5C | 97 | 40 | 27 | 0 | 29 | D8 | 2F | 28 |
| Octal | 66 | 134 | 227 | 100 | 47 | 0 | 51 | 330 | 57 | 50 |
| Binary | 110110 | 1011100 | 10010111 | 1000000 | 100111 | 0 | 101001 | 11011000 | 101111 | 101000 |
Color Harmonies of #365C97
Complementary color
Monochromatic Colors of #365C97
Black with #365C97
Text Example
Text Example
White with #365C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365C97; }
p { color: rgb(54,92,151); }
H1.HeaderClassName
{
color: #365C97;
}
.AnyTagClassName
{
color: #365C97;
}
</style>
background-color css
<style>
a { background-color: #365C97; }
a { background-color: rgb(54,92,151); }
div.DivClassName
{
background-color: #365C97;
}
.BgClassName
{
background-color: #365C97;
}
</style>
border-color css
<style>
span { border-color: #365C97; }
span { border-color: rgb(54,92,151); }
td.TdClassName
{
border-color: #365C97;
}
.TagClassName
{
border-color: #365C97;
}
</style>