Shades of Tory Blue #3C5588
Tints of Tory Blue #3C5588
RGB
CMYK
RGB Variations
Color information
#3C5588 (or 0x3C5588) is known color: Tory Blue. HEX triplet: 3C, 55 and 88. RGB value is (60,85,136). Sum of RGB (Red+Green+Blue) = 60+85+136=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #3C5588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5588 is #C3AA77. Grayscale: #535353. Windows color (decimal): -12823160 or 8934716. OLE color: 8934716.
HSL color Cylindrical-coordinate representation of color #3C5588: hue angle of 220.26º 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 #3C5588 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 85 | 136 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.47 |
| HSL | 220.26º | 0.39% | 0.38% | - |
| HSV(B) | 220.26º | 0.56% | 0.53% | - |
| XYZ | 9.56 | 9.24 | 24.57 | - |
| YUV | 83.34 | 157.72 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 85 | 136 | 0.56 | 0.38 | 0 | 0.47 | 220.26 | 0.39 | 0.38 |
| Hex | 3C | 55 | 88 | 38 | 26 | 0 | 2F | DC | 27 | 26 |
| Octal | 74 | 125 | 210 | 70 | 46 | 0 | 57 | 334 | 47 | 46 |
| Binary | 111100 | 1010101 | 10001000 | 111000 | 100110 | 0 | 101111 | 11011100 | 100111 | 100110 |
Color Harmonies of #3C5588
Complementary color
Monochromatic Colors of #3C5588
Black with #3C5588
Text Example
Text Example
White with #3C5588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5588; }
p { color: rgb(60,85,136); }
H1.HeaderClassName
{
color: #3C5588;
}
.AnyTagClassName
{
color: #3C5588;
}
</style>
background-color css
<style>
a { background-color: #3C5588; }
a { background-color: rgb(60,85,136); }
div.DivClassName
{
background-color: #3C5588;
}
.BgClassName
{
background-color: #3C5588;
}
</style>
border-color css
<style>
span { border-color: #3C5588; }
span { border-color: rgb(60,85,136); }
td.TdClassName
{
border-color: #3C5588;
}
.TagClassName
{
border-color: #3C5588;
}
</style>