Shades of Tory Blue #39448D
Tints of Tory Blue #39448D
RGB
CMYK
RGB Variations
Color information
#39448D (or 0x39448D) is known color: Tory Blue. HEX triplet: 39, 44 and 8D. RGB value is (57,68,141). Sum of RGB (Red+Green+Blue) = 57+68+141=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #39448D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39448D is #C6BB72. Grayscale: #484848. Windows color (decimal): -13024115 or 9258041. OLE color: 9258041.
HSL color Cylindrical-coordinate representation of color #39448D: hue angle of 232.14º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39448D is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 68 | 141 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.45 |
| HSL | 232.14º | 0.42% | 0.39% | - |
| HSV(B) | 232.14º | 0.6% | 0.55% | - |
| XYZ | 8.56 | 6.93 | 26.09 | - |
| YUV | 73.03 | 166.36 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 68 | 141 | 0.60 | 0.52 | 0 | 0.45 | 232.14 | 0.42 | 0.39 |
| Hex | 39 | 44 | 8D | 3C | 34 | 0 | 2D | E8 | 2A | 27 |
| Octal | 71 | 104 | 215 | 74 | 64 | 0 | 55 | 350 | 52 | 47 |
| Binary | 111001 | 1000100 | 10001101 | 111100 | 110100 | 0 | 101101 | 11101000 | 101010 | 100111 |
Color Harmonies of #39448D
Complementary color
Monochromatic Colors of #39448D
Black with #39448D
Text Example
Text Example
White with #39448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39448D; }
p { color: rgb(57,68,141); }
H1.HeaderClassName
{
color: #39448D;
}
.AnyTagClassName
{
color: #39448D;
}
</style>
background-color css
<style>
a { background-color: #39448D; }
a { background-color: rgb(57,68,141); }
div.DivClassName
{
background-color: #39448D;
}
.BgClassName
{
background-color: #39448D;
}
</style>
border-color css
<style>
span { border-color: #39448D; }
span { border-color: rgb(57,68,141); }
td.TdClassName
{
border-color: #39448D;
}
.TagClassName
{
border-color: #39448D;
}
</style>