Shades of Tory Blue #3B5A92
Tints of Tory Blue #3B5A92
RGB
CMYK
RGB Variations
Color information
#3B5A92 (or 0x3B5A92) is known color: Tory Blue. HEX triplet: 3B, 5A and 92. RGB value is (59,90,146). Sum of RGB (Red+Green+Blue) = 59+90+146=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #3B5A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5A92 is #C4A56D. Grayscale: #565656. Windows color (decimal): -12887406 or 9591355. OLE color: 9591355.
HSL color Cylindrical-coordinate representation of color #3B5A92: hue angle of 218.62º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B5A92 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 59 | 90 | 146 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.43 |
| HSL | 218.62º | 0.42% | 0.4% | - |
| HSV(B) | 218.62º | 0.6% | 0.57% | - |
| XYZ | 10.65 | 10.32 | 28.62 | - |
| YUV | 87.12 | 161.23 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 90 | 146 | 0.60 | 0.38 | 0 | 0.43 | 218.62 | 0.42 | 0.4 |
| Hex | 3B | 5A | 92 | 3C | 26 | 0 | 2B | DB | 2A | 28 |
| Octal | 73 | 132 | 222 | 74 | 46 | 0 | 53 | 333 | 52 | 50 |
| Binary | 111011 | 1011010 | 10010010 | 111100 | 100110 | 0 | 101011 | 11011011 | 101010 | 101000 |
Color Harmonies of #3B5A92
Complementary color
Monochromatic Colors of #3B5A92
Black with #3B5A92
Text Example
Text Example
White with #3B5A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5A92; }
p { color: rgb(59,90,146); }
H1.HeaderClassName
{
color: #3B5A92;
}
.AnyTagClassName
{
color: #3B5A92;
}
</style>
background-color css
<style>
a { background-color: #3B5A92; }
a { background-color: rgb(59,90,146); }
div.DivClassName
{
background-color: #3B5A92;
}
.BgClassName
{
background-color: #3B5A92;
}
</style>
border-color css
<style>
span { border-color: #3B5A92; }
span { border-color: rgb(59,90,146); }
td.TdClassName
{
border-color: #3B5A92;
}
.TagClassName
{
border-color: #3B5A92;
}
</style>