Shades of Tory Blue #3B479D
Tints of Tory Blue #3B479D
RGB
CMYK
RGB Variations
Color information
#3B479D (or 0x3B479D) is known color: Tory Blue. HEX triplet: 3B, 47 and 9D. RGB value is (59,71,157). Sum of RGB (Red+Green+Blue) = 59+71+157=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B479D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B479D is #C4B862. Grayscale: #4C4C4C. Windows color (decimal): -12892259 or 10307387. OLE color: 10307387.
HSL color Cylindrical-coordinate representation of color #3B479D: hue angle of 232.65º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B479D is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 71 | 157 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.38 |
| HSL | 232.65º | 0.45% | 0.42% | - |
| HSV(B) | 232.65º | 0.62% | 0.62% | - |
| XYZ | 10.14 | 7.87 | 32.88 | - |
| YUV | 77.22 | 173.02 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 71 | 157 | 0.62 | 0.55 | 0 | 0.38 | 232.65 | 0.45 | 0.42 |
| Hex | 3B | 47 | 9D | 3E | 37 | 0 | 26 | E9 | 2D | 2A |
| Octal | 73 | 107 | 235 | 76 | 67 | 0 | 46 | 351 | 55 | 52 |
| Binary | 111011 | 1000111 | 10011101 | 111110 | 110111 | 0 | 100110 | 11101001 | 101101 | 101010 |
Color Harmonies of #3B479D
Complementary color
Monochromatic Colors of #3B479D
Black with #3B479D
Text Example
Text Example
White with #3B479D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B479D; }
p { color: rgb(59,71,157); }
H1.HeaderClassName
{
color: #3B479D;
}
.AnyTagClassName
{
color: #3B479D;
}
</style>
background-color css
<style>
a { background-color: #3B479D; }
a { background-color: rgb(59,71,157); }
div.DivClassName
{
background-color: #3B479D;
}
.BgClassName
{
background-color: #3B479D;
}
</style>
border-color css
<style>
span { border-color: #3B479D; }
span { border-color: rgb(59,71,157); }
td.TdClassName
{
border-color: #3B479D;
}
.TagClassName
{
border-color: #3B479D;
}
</style>