Shades of St Tropaz #3C5A88
Tints of St Tropaz #3C5A88
RGB
CMYK
RGB Variations
Color information
#3C5A88 (or 0x3C5A88) is known color: St Tropaz. HEX triplet: 3C, 5A and 88. RGB value is (60,90,136). Sum of RGB (Red+Green+Blue) = 60+90+136=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #3C5A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5A88 is #C3A577. Grayscale: #565656. Windows color (decimal): -12821880 or 8935996. OLE color: 8935996.
HSL color Cylindrical-coordinate representation of color #3C5A88: hue angle of 216.32º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C5A88 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 90 | 136 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.47 |
| HSL | 216.32º | 0.39% | 0.38% | - |
| HSV(B) | 216.32º | 0.56% | 0.53% | - |
| XYZ | 9.96 | 10.05 | 24.71 | - |
| YUV | 86.27 | 156.06 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 90 | 136 | 0.56 | 0.34 | 0 | 0.47 | 216.32 | 0.39 | 0.38 |
| Hex | 3C | 5A | 88 | 38 | 22 | 0 | 2F | D8 | 27 | 26 |
| Octal | 74 | 132 | 210 | 70 | 42 | 0 | 57 | 330 | 47 | 46 |
| Binary | 111100 | 1011010 | 10001000 | 111000 | 100010 | 0 | 101111 | 11011000 | 100111 | 100110 |
Color Harmonies of #3C5A88
Complementary color
Monochromatic Colors of #3C5A88
Black with #3C5A88
Text Example
Text Example
White with #3C5A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5A88; }
p { color: rgb(60,90,136); }
H1.HeaderClassName
{
color: #3C5A88;
}
.AnyTagClassName
{
color: #3C5A88;
}
</style>
background-color css
<style>
a { background-color: #3C5A88; }
a { background-color: rgb(60,90,136); }
div.DivClassName
{
background-color: #3C5A88;
}
.BgClassName
{
background-color: #3C5A88;
}
</style>
border-color css
<style>
span { border-color: #3C5A88; }
span { border-color: rgb(60,90,136); }
td.TdClassName
{
border-color: #3C5A88;
}
.TagClassName
{
border-color: #3C5A88;
}
</style>