Shades of Tory Blue #3F588B
Tints of Tory Blue #3F588B
RGB
CMYK
RGB Variations
Color information
#3F588B (or 0x3F588B) is known color: Tory Blue. HEX triplet: 3F, 58 and 8B. RGB value is (63,88,139). Sum of RGB (Red+Green+Blue) = 63+88+139=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F588B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F588B is #C0A774. Grayscale: #565656. Windows color (decimal): -12625781 or 9132095. OLE color: 9132095.
HSL color Cylindrical-coordinate representation of color #3F588B: hue angle of 220.26º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F588B is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 88 | 139 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.45 |
| HSL | 220.26º | 0.38% | 0.4% | - |
| HSV(B) | 220.26º | 0.55% | 0.55% | - |
| XYZ | 10.2 | 9.9 | 25.8 | - |
| YUV | 86.34 | 157.72 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 88 | 139 | 0.55 | 0.37 | 0 | 0.45 | 220.26 | 0.38 | 0.4 |
| Hex | 3F | 58 | 8B | 37 | 25 | 0 | 2D | DC | 26 | 28 |
| Octal | 77 | 130 | 213 | 67 | 45 | 0 | 55 | 334 | 46 | 50 |
| Binary | 111111 | 1011000 | 10001011 | 110111 | 100101 | 0 | 101101 | 11011100 | 100110 | 101000 |
Color Harmonies of #3F588B
Complementary color
Monochromatic Colors of #3F588B
Black with #3F588B
Text Example
Text Example
White with #3F588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F588B; }
p { color: rgb(63,88,139); }
H1.HeaderClassName
{
color: #3F588B;
}
.AnyTagClassName
{
color: #3F588B;
}
</style>
background-color css
<style>
a { background-color: #3F588B; }
a { background-color: rgb(63,88,139); }
div.DivClassName
{
background-color: #3F588B;
}
.BgClassName
{
background-color: #3F588B;
}
</style>
border-color css
<style>
span { border-color: #3F588B; }
span { border-color: rgb(63,88,139); }
td.TdClassName
{
border-color: #3F588B;
}
.TagClassName
{
border-color: #3F588B;
}
</style>