Shades of St Tropaz #365C8B
Tints of St Tropaz #365C8B
RGB
CMYK
RGB Variations
Color information
#365C8B (or 0x365C8B) is known color: St Tropaz. HEX triplet: 36, 5C and 8B. RGB value is (54,92,139). Sum of RGB (Red+Green+Blue) = 54+92+139=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #365C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365C8B is #C9A374. Grayscale: #555555. Windows color (decimal): -13214581 or 9133110. OLE color: 9133110.
HSL color Cylindrical-coordinate representation of color #365C8B: hue angle of 213.18º 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 #365C8B is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 92 | 139 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.45 |
| HSL | 213.18º | 0.44% | 0.38% | - |
| HSV(B) | 213.18º | 0.61% | 0.55% | - |
| XYZ | 10.01 | 10.3 | 25.89 | - |
| YUV | 86 | 157.91 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 92 | 139 | 0.61 | 0.34 | 0 | 0.45 | 213.18 | 0.44 | 0.38 |
| Hex | 36 | 5C | 8B | 3D | 22 | 0 | 2D | D5 | 2C | 26 |
| Octal | 66 | 134 | 213 | 75 | 42 | 0 | 55 | 325 | 54 | 46 |
| Binary | 110110 | 1011100 | 10001011 | 111101 | 100010 | 0 | 101101 | 11010101 | 101100 | 100110 |
Color Harmonies of #365C8B
Complementary color
Monochromatic Colors of #365C8B
Black with #365C8B
Text Example
Text Example
White with #365C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365C8B; }
p { color: rgb(54,92,139); }
H1.HeaderClassName
{
color: #365C8B;
}
.AnyTagClassName
{
color: #365C8B;
}
</style>
background-color css
<style>
a { background-color: #365C8B; }
a { background-color: rgb(54,92,139); }
div.DivClassName
{
background-color: #365C8B;
}
.BgClassName
{
background-color: #365C8B;
}
</style>
border-color css
<style>
span { border-color: #365C8B; }
span { border-color: rgb(54,92,139); }
td.TdClassName
{
border-color: #365C8B;
}
.TagClassName
{
border-color: #365C8B;
}
</style>