Shades of Tory Blue #3B498F
Tints of Tory Blue #3B498F
RGB
CMYK
RGB Variations
Color information
#3B498F (or 0x3B498F) is known color: Tory Blue. HEX triplet: 3B, 49 and 8F. RGB value is (59,73,143). Sum of RGB (Red+Green+Blue) = 59+73+143=275 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.45% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 143 (56.25% from 255 or 52% from 275); Max value from RGB is 143 - color contains mainly: blue. Hex color #3B498F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B498F is #C4B670. Grayscale: #4C4C4C. Windows color (decimal): -12891761 or 9390395. OLE color: 9390395.
HSL color Cylindrical-coordinate representation of color #3B498F: hue angle of 230º 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 #3B498F is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 59 | 73 | 143 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.44 |
| HSL | 230º | 0.42% | 0.4% | - |
| HSV(B) | 230º | 0.59% | 0.56% | - |
| XYZ | 9.14 | 7.68 | 26.99 | - |
| YUV | 76.79 | 165.36 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 73 | 143 | 0.59 | 0.49 | 0 | 0.44 | 230 | 0.42 | 0.4 |
| Hex | 3B | 49 | 8F | 3B | 31 | 0 | 2C | E6 | 2A | 28 |
| Octal | 73 | 111 | 217 | 73 | 61 | 0 | 54 | 346 | 52 | 50 |
| Binary | 111011 | 1001001 | 10001111 | 111011 | 110001 | 0 | 101100 | 11100110 | 101010 | 101000 |
Color Harmonies of #3B498F
Complementary color
Monochromatic Colors of #3B498F
Black with #3B498F
Text Example
Text Example
White with #3B498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B498F; }
p { color: rgb(59,73,143); }
H1.HeaderClassName
{
color: #3B498F;
}
.AnyTagClassName
{
color: #3B498F;
}
</style>
background-color css
<style>
a { background-color: #3B498F; }
a { background-color: rgb(59,73,143); }
div.DivClassName
{
background-color: #3B498F;
}
.BgClassName
{
background-color: #3B498F;
}
</style>
border-color css
<style>
span { border-color: #3B498F; }
span { border-color: rgb(59,73,143); }
td.TdClassName
{
border-color: #3B498F;
}
.TagClassName
{
border-color: #3B498F;
}
</style>