Shades of Tory Blue #3B568C
Tints of Tory Blue #3B568C
RGB
CMYK
RGB Variations
Color information
#3B568C (or 0x3B568C) is known color: Tory Blue. HEX triplet: 3B, 56 and 8C. RGB value is (59,86,140). Sum of RGB (Red+Green+Blue) = 59+86+140=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #3B568C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B568C is #C4A973. Grayscale: #535353. Windows color (decimal): -12888436 or 9197115. OLE color: 9197115.
HSL color Cylindrical-coordinate representation of color #3B568C: hue angle of 220º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B568C is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 59 | 86 | 140 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.45 |
| HSL | 220º | 0.41% | 0.39% | - |
| HSV(B) | 220º | 0.58% | 0.55% | - |
| XYZ | 9.87 | 9.48 | 26.12 | - |
| YUV | 84.08 | 159.55 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 86 | 140 | 0.58 | 0.39 | 0 | 0.45 | 220 | 0.41 | 0.39 |
| Hex | 3B | 56 | 8C | 3A | 27 | 0 | 2D | DC | 29 | 27 |
| Octal | 73 | 126 | 214 | 72 | 47 | 0 | 55 | 334 | 51 | 47 |
| Binary | 111011 | 1010110 | 10001100 | 111010 | 100111 | 0 | 101101 | 11011100 | 101001 | 100111 |
Color Harmonies of #3B568C
Complementary color
Monochromatic Colors of #3B568C
Black with #3B568C
Text Example
Text Example
White with #3B568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B568C; }
p { color: rgb(59,86,140); }
H1.HeaderClassName
{
color: #3B568C;
}
.AnyTagClassName
{
color: #3B568C;
}
</style>
background-color css
<style>
a { background-color: #3B568C; }
a { background-color: rgb(59,86,140); }
div.DivClassName
{
background-color: #3B568C;
}
.BgClassName
{
background-color: #3B568C;
}
</style>
border-color css
<style>
span { border-color: #3B568C; }
span { border-color: rgb(59,86,140); }
td.TdClassName
{
border-color: #3B568C;
}
.TagClassName
{
border-color: #3B568C;
}
</style>