Shades of St Tropaz #365C87
Tints of St Tropaz #365C87
RGB
CMYK
RGB Variations
Color information
#365C87 (or 0x365C87) is known color: St Tropaz. HEX triplet: 36, 5C and 87. RGB value is (54,92,135). Sum of RGB (Red+Green+Blue) = 54+92+135=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 135 - color contains mainly: blue. Hex color #365C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365C87 is #C9A378. Grayscale: #555555. Windows color (decimal): -13214585 or 8870966. OLE color: 8870966.
HSL color Cylindrical-coordinate representation of color #365C87: hue angle of 211.85º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #365C87 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 92 | 135 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.47 |
| HSL | 211.85º | 0.43% | 0.37% | - |
| HSV(B) | 211.85º | 0.6% | 0.53% | - |
| XYZ | 9.72 | 10.19 | 24.38 | - |
| YUV | 85.54 | 155.91 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 92 | 135 | 0.60 | 0.32 | 0 | 0.47 | 211.85 | 0.43 | 0.37 |
| Hex | 36 | 5C | 87 | 3C | 20 | 0 | 2F | D4 | 2B | 25 |
| Octal | 66 | 134 | 207 | 74 | 40 | 0 | 57 | 324 | 53 | 45 |
| Binary | 110110 | 1011100 | 10000111 | 111100 | 100000 | 0 | 101111 | 11010100 | 101011 | 100101 |
Color Harmonies of #365C87
Complementary color
Monochromatic Colors of #365C87
Black with #365C87
Text Example
Text Example
White with #365C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365C87; }
p { color: rgb(54,92,135); }
H1.HeaderClassName
{
color: #365C87;
}
.AnyTagClassName
{
color: #365C87;
}
</style>
background-color css
<style>
a { background-color: #365C87; }
a { background-color: rgb(54,92,135); }
div.DivClassName
{
background-color: #365C87;
}
.BgClassName
{
background-color: #365C87;
}
</style>
border-color css
<style>
span { border-color: #365C87; }
span { border-color: rgb(54,92,135); }
td.TdClassName
{
border-color: #365C87;
}
.TagClassName
{
border-color: #365C87;
}
</style>