Shades of Tory Blue #3B509C
Tints of Tory Blue #3B509C
RGB
CMYK
RGB Variations
Color information
#3B509C (or 0x3B509C) is known color: Tory Blue. HEX triplet: 3B, 50 and 9C. RGB value is (59,80,156). Sum of RGB (Red+Green+Blue) = 59+80+156=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #3B509C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B509C is #C4AF63. Grayscale: #525252. Windows color (decimal): -12889956 or 10244155. OLE color: 10244155.
HSL color Cylindrical-coordinate representation of color #3B509C: hue angle of 227.01º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B509C is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 80 | 156 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.39 |
| HSL | 227.01º | 0.45% | 0.42% | - |
| HSV(B) | 227.01º | 0.62% | 0.61% | - |
| XYZ | 10.67 | 9.07 | 32.64 | - |
| YUV | 82.39 | 169.54 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 80 | 156 | 0.62 | 0.49 | 0 | 0.39 | 227.01 | 0.45 | 0.42 |
| Hex | 3B | 50 | 9C | 3E | 31 | 0 | 27 | E3 | 2D | 2A |
| Octal | 73 | 120 | 234 | 76 | 61 | 0 | 47 | 343 | 55 | 52 |
| Binary | 111011 | 1010000 | 10011100 | 111110 | 110001 | 0 | 100111 | 11100011 | 101101 | 101010 |
Color Harmonies of #3B509C
Complementary color
Monochromatic Colors of #3B509C
Black with #3B509C
Text Example
Text Example
White with #3B509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B509C; }
p { color: rgb(59,80,156); }
H1.HeaderClassName
{
color: #3B509C;
}
.AnyTagClassName
{
color: #3B509C;
}
</style>
background-color css
<style>
a { background-color: #3B509C; }
a { background-color: rgb(59,80,156); }
div.DivClassName
{
background-color: #3B509C;
}
.BgClassName
{
background-color: #3B509C;
}
</style>
border-color css
<style>
span { border-color: #3B509C; }
span { border-color: rgb(59,80,156); }
td.TdClassName
{
border-color: #3B509C;
}
.TagClassName
{
border-color: #3B509C;
}
</style>