Shades of St Tropaz #365C8C
Tints of St Tropaz #365C8C
RGB
CMYK
RGB Variations
Color information
#365C8C (or 0x365C8C) is known color: St Tropaz. HEX triplet: 36, 5C and 8C. RGB value is (54,92,140). Sum of RGB (Red+Green+Blue) = 54+92+140=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 140 - color contains mainly: blue. Hex color #365C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365C8C is #C9A373. Grayscale: #555555. Windows color (decimal): -13214580 or 9198646. OLE color: 9198646.
HSL color Cylindrical-coordinate representation of color #365C8C: hue angle of 213.49º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #365C8C is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 92 | 140 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.45 |
| HSL | 213.49º | 0.44% | 0.38% | - |
| HSV(B) | 213.49º | 0.61% | 0.55% | - |
| XYZ | 10.08 | 10.33 | 26.27 | - |
| YUV | 86.11 | 158.41 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 92 | 140 | 0.61 | 0.34 | 0 | 0.45 | 213.49 | 0.44 | 0.38 |
| Hex | 36 | 5C | 8C | 3D | 22 | 0 | 2D | D5 | 2C | 26 |
| Octal | 66 | 134 | 214 | 75 | 42 | 0 | 55 | 325 | 54 | 46 |
| Binary | 110110 | 1011100 | 10001100 | 111101 | 100010 | 0 | 101101 | 11010101 | 101100 | 100110 |
Color Harmonies of #365C8C
Complementary color
Monochromatic Colors of #365C8C
Black with #365C8C
Text Example
Text Example
White with #365C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365C8C; }
p { color: rgb(54,92,140); }
H1.HeaderClassName
{
color: #365C8C;
}
.AnyTagClassName
{
color: #365C8C;
}
</style>
background-color css
<style>
a { background-color: #365C8C; }
a { background-color: rgb(54,92,140); }
div.DivClassName
{
background-color: #365C8C;
}
.BgClassName
{
background-color: #365C8C;
}
</style>
border-color css
<style>
span { border-color: #365C8C; }
span { border-color: rgb(54,92,140); }
td.TdClassName
{
border-color: #365C8C;
}
.TagClassName
{
border-color: #365C8C;
}
</style>