Shades of Tory Blue #3B5090
Tints of Tory Blue #3B5090
RGB
CMYK
RGB Variations
Color information
#3B5090 (or 0x3B5090) is known color: Tory Blue. HEX triplet: 3B, 50 and 90. RGB value is (59,80,144). Sum of RGB (Red+Green+Blue) = 59+80+144=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #3B5090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5090 is #C4AF6F. Grayscale: #505050. Windows color (decimal): -12889968 or 9457723. OLE color: 9457723.
HSL color Cylindrical-coordinate representation of color #3B5090: hue angle of 225.18º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B5090 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 59 | 80 | 144 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.44 |
| HSL | 225.18º | 0.42% | 0.4% | - |
| HSV(B) | 225.18º | 0.59% | 0.56% | - |
| XYZ | 9.71 | 8.68 | 27.55 | - |
| YUV | 81.02 | 163.54 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 80 | 144 | 0.59 | 0.44 | 0 | 0.44 | 225.18 | 0.42 | 0.4 |
| Hex | 3B | 50 | 90 | 3B | 2C | 0 | 2C | E1 | 2A | 28 |
| Octal | 73 | 120 | 220 | 73 | 54 | 0 | 54 | 341 | 52 | 50 |
| Binary | 111011 | 1010000 | 10010000 | 111011 | 101100 | 0 | 101100 | 11100001 | 101010 | 101000 |
Color Harmonies of #3B5090
Complementary color
Monochromatic Colors of #3B5090
Black with #3B5090
Text Example
Text Example
White with #3B5090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5090; }
p { color: rgb(59,80,144); }
H1.HeaderClassName
{
color: #3B5090;
}
.AnyTagClassName
{
color: #3B5090;
}
</style>
background-color css
<style>
a { background-color: #3B5090; }
a { background-color: rgb(59,80,144); }
div.DivClassName
{
background-color: #3B5090;
}
.BgClassName
{
background-color: #3B5090;
}
</style>
border-color css
<style>
span { border-color: #3B5090; }
span { border-color: rgb(59,80,144); }
td.TdClassName
{
border-color: #3B5090;
}
.TagClassName
{
border-color: #3B5090;
}
</style>