Shades of Tory Blue #39499C
Tints of Tory Blue #39499C
RGB
CMYK
RGB Variations
Color information
#39499C (or 0x39499C) is known color: Tory Blue. HEX triplet: 39, 49 and 9C. RGB value is (57,73,156). Sum of RGB (Red+Green+Blue) = 57+73+156=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 156 (61.33% from 255 or 54.55% from 286); Max value from RGB is 156 - color contains mainly: blue. Hex color #39499C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39499C is #C6B663. Grayscale: #4D4D4D. Windows color (decimal): -13022820 or 10242361. OLE color: 10242361.
HSL color Cylindrical-coordinate representation of color #39499C: hue angle of 230.3º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39499C is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 73 | 156 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.39 |
| HSL | 230.3º | 0.46% | 0.42% | - |
| HSV(B) | 230.3º | 0.63% | 0.61% | - |
| XYZ | 10.07 | 8.04 | 32.47 | - |
| YUV | 77.68 | 172.2 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 73 | 156 | 0.63 | 0.53 | 0 | 0.39 | 230.3 | 0.46 | 0.42 |
| Hex | 39 | 49 | 9C | 3F | 35 | 0 | 27 | E6 | 2E | 2A |
| Octal | 71 | 111 | 234 | 77 | 65 | 0 | 47 | 346 | 56 | 52 |
| Binary | 111001 | 1001001 | 10011100 | 111111 | 110101 | 0 | 100111 | 11100110 | 101110 | 101010 |
Color Harmonies of #39499C
Complementary color
Monochromatic Colors of #39499C
Black with #39499C
Text Example
Text Example
White with #39499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39499C; }
p { color: rgb(57,73,156); }
H1.HeaderClassName
{
color: #39499C;
}
.AnyTagClassName
{
color: #39499C;
}
</style>
background-color css
<style>
a { background-color: #39499C; }
a { background-color: rgb(57,73,156); }
div.DivClassName
{
background-color: #39499C;
}
.BgClassName
{
background-color: #39499C;
}
</style>
border-color css
<style>
span { border-color: #39499C; }
span { border-color: rgb(57,73,156); }
td.TdClassName
{
border-color: #39499C;
}
.TagClassName
{
border-color: #39499C;
}
</style>