Shades of Tory Blue #3F507E
Tints of Tory Blue #3F507E
RGB
CMYK
RGB Variations
Color information
#3F507E (or 0x3F507E) is known color: Tory Blue. HEX triplet: 3F, 50 and 7E. RGB value is (63,80,126). Sum of RGB (Red+Green+Blue) = 63+80+126=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 126 (49.61% from 255 or 46.84% from 269); Max value from RGB is 126 - color contains mainly: blue. Hex color #3F507E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F507E is #C0AF81. Grayscale: #4F4F4F. Windows color (decimal): -12627842 or 8278079. OLE color: 8278079.
HSL color Cylindrical-coordinate representation of color #3F507E: hue angle of 223.81º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F507E is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 80 | 126 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.51 |
| HSL | 223.81º | 0.33% | 0.37% | - |
| HSV(B) | 223.81º | 0.5% | 0.49% | - |
| XYZ | 8.68 | 8.3 | 20.88 | - |
| YUV | 80.16 | 153.87 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 126 | 0.50 | 0.37 | 0 | 0.51 | 223.81 | 0.33 | 0.37 |
| Hex | 3F | 50 | 7E | 32 | 25 | 0 | 33 | E0 | 21 | 25 |
| Octal | 77 | 120 | 176 | 62 | 45 | 0 | 63 | 340 | 41 | 45 |
| Binary | 111111 | 1010000 | 1111110 | 110010 | 100101 | 0 | 110011 | 11100000 | 100001 | 100101 |
Color Harmonies of #3F507E
Complementary color
Monochromatic Colors of #3F507E
Black with #3F507E
Text Example
Text Example
White with #3F507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F507E; }
p { color: rgb(63,80,126); }
H1.HeaderClassName
{
color: #3F507E;
}
.AnyTagClassName
{
color: #3F507E;
}
</style>
background-color css
<style>
a { background-color: #3F507E; }
a { background-color: rgb(63,80,126); }
div.DivClassName
{
background-color: #3F507E;
}
.BgClassName
{
background-color: #3F507E;
}
</style>
border-color css
<style>
span { border-color: #3F507E; }
span { border-color: rgb(63,80,126); }
td.TdClassName
{
border-color: #3F507E;
}
.TagClassName
{
border-color: #3F507E;
}
</style>