Shades of Tory Blue #3F4894
Tints of Tory Blue #3F4894
RGB
CMYK
RGB Variations
Color information
#3F4894 (or 0x3F4894) is known color: Tory Blue. HEX triplet: 3F, 48 and 94. RGB value is (63,72,148). Sum of RGB (Red+Green+Blue) = 63+72+148=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #3F4894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4894 is #C0B76B. Grayscale: #4D4D4D. Windows color (decimal): -12629868 or 9717823. OLE color: 9717823.
HSL color Cylindrical-coordinate representation of color #3F4894: hue angle of 233.65º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F4894 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 72 | 148 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.42 |
| HSL | 233.65º | 0.4% | 0.41% | - |
| HSV(B) | 233.65º | 0.57% | 0.58% | - |
| XYZ | 9.71 | 7.83 | 29.02 | - |
| YUV | 77.97 | 167.52 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 72 | 148 | 0.57 | 0.51 | 0 | 0.42 | 233.65 | 0.4 | 0.41 |
| Hex | 3F | 48 | 94 | 39 | 33 | 0 | 2A | EA | 28 | 29 |
| Octal | 77 | 110 | 224 | 71 | 63 | 0 | 52 | 352 | 50 | 51 |
| Binary | 111111 | 1001000 | 10010100 | 111001 | 110011 | 0 | 101010 | 11101010 | 101000 | 101001 |
Color Harmonies of #3F4894
Complementary color
Monochromatic Colors of #3F4894
Black with #3F4894
Text Example
Text Example
White with #3F4894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4894; }
p { color: rgb(63,72,148); }
H1.HeaderClassName
{
color: #3F4894;
}
.AnyTagClassName
{
color: #3F4894;
}
</style>
background-color css
<style>
a { background-color: #3F4894; }
a { background-color: rgb(63,72,148); }
div.DivClassName
{
background-color: #3F4894;
}
.BgClassName
{
background-color: #3F4894;
}
</style>
border-color css
<style>
span { border-color: #3F4894; }
span { border-color: rgb(63,72,148); }
td.TdClassName
{
border-color: #3F4894;
}
.TagClassName
{
border-color: #3F4894;
}
</style>