Shades of Tory Blue #3F507F
Tints of Tory Blue #3F507F
RGB
CMYK
RGB Variations
Color information
#3F507F (or 0x3F507F) is known color: Tory Blue. HEX triplet: 3F, 50 and 7F. RGB value is (63,80,127). Sum of RGB (Red+Green+Blue) = 63+80+127=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F507F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F507F is #C0AF80. Grayscale: #505050. Windows color (decimal): -12627841 or 8343615. OLE color: 8343615.
HSL color Cylindrical-coordinate representation of color #3F507F: hue angle of 224.06º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F507F is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 63 | 80 | 127 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.50 |
| HSL | 224.06º | 0.34% | 0.37% | - |
| HSV(B) | 224.06º | 0.5% | 0.5% | - |
| XYZ | 8.75 | 8.33 | 21.22 | - |
| YUV | 80.28 | 154.37 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 127 | 0.50 | 0.37 | 0 | 0.50 | 224.06 | 0.34 | 0.37 |
| Hex | 3F | 50 | 7F | 32 | 25 | 0 | 32 | E0 | 22 | 25 |
| Octal | 77 | 120 | 177 | 62 | 45 | 0 | 62 | 340 | 42 | 45 |
| Binary | 111111 | 1010000 | 1111111 | 110010 | 100101 | 0 | 110010 | 11100000 | 100010 | 100101 |
Color Harmonies of #3F507F
Complementary color
Monochromatic Colors of #3F507F
Black with #3F507F
Text Example
Text Example
White with #3F507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F507F; }
p { color: rgb(63,80,127); }
H1.HeaderClassName
{
color: #3F507F;
}
.AnyTagClassName
{
color: #3F507F;
}
</style>
background-color css
<style>
a { background-color: #3F507F; }
a { background-color: rgb(63,80,127); }
div.DivClassName
{
background-color: #3F507F;
}
.BgClassName
{
background-color: #3F507F;
}
</style>
border-color css
<style>
span { border-color: #3F507F; }
span { border-color: rgb(63,80,127); }
td.TdClassName
{
border-color: #3F507F;
}
.TagClassName
{
border-color: #3F507F;
}
</style>