Shades of Tory Blue #3B5082
Tints of Tory Blue #3B5082
RGB
CMYK
RGB Variations
Color information
#3B5082 (or 0x3B5082) is known color: Tory Blue. HEX triplet: 3B, 50 and 82. RGB value is (59,80,130). Sum of RGB (Red+Green+Blue) = 59+80+130=269 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.93% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #3B5082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5082 is #C4AF7D. Grayscale: #4F4F4F. Windows color (decimal): -12889982 or 8540219. OLE color: 8540219.
HSL color Cylindrical-coordinate representation of color #3B5082: hue angle of 222.25º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B5082 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 59 | 80 | 130 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.49 |
| HSL | 222.25º | 0.38% | 0.37% | - |
| HSV(B) | 222.25º | 0.55% | 0.51% | - |
| XYZ | 8.7 | 8.28 | 22.26 | - |
| YUV | 79.42 | 156.54 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 80 | 130 | 0.55 | 0.38 | 0 | 0.49 | 222.25 | 0.38 | 0.37 |
| Hex | 3B | 50 | 82 | 37 | 26 | 0 | 31 | DE | 26 | 25 |
| Octal | 73 | 120 | 202 | 67 | 46 | 0 | 61 | 336 | 46 | 45 |
| Binary | 111011 | 1010000 | 10000010 | 110111 | 100110 | 0 | 110001 | 11011110 | 100110 | 100101 |
Color Harmonies of #3B5082
Complementary color
Monochromatic Colors of #3B5082
Black with #3B5082
Text Example
Text Example
White with #3B5082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5082; }
p { color: rgb(59,80,130); }
H1.HeaderClassName
{
color: #3B5082;
}
.AnyTagClassName
{
color: #3B5082;
}
</style>
background-color css
<style>
a { background-color: #3B5082; }
a { background-color: rgb(59,80,130); }
div.DivClassName
{
background-color: #3B5082;
}
.BgClassName
{
background-color: #3B5082;
}
</style>
border-color css
<style>
span { border-color: #3B5082; }
span { border-color: rgb(59,80,130); }
td.TdClassName
{
border-color: #3B5082;
}
.TagClassName
{
border-color: #3B5082;
}
</style>