Shades of Tory Blue #394C9B
Tints of Tory Blue #394C9B
RGB
CMYK
RGB Variations
Color information
#394C9B (or 0x394C9B) is known color: Tory Blue. HEX triplet: 39, 4C and 9B. RGB value is (57,76,155). Sum of RGB (Red+Green+Blue) = 57+76+155=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #394C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394C9B is #C6B364. Grayscale: #4E4E4E. Windows color (decimal): -13022053 or 10177593. OLE color: 10177593.
HSL color Cylindrical-coordinate representation of color #394C9B: hue angle of 228.37º 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 #394C9B is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 76 | 155 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.39 |
| HSL | 228.37º | 0.46% | 0.42% | - |
| HSV(B) | 228.37º | 0.63% | 0.61% | - |
| XYZ | 10.19 | 8.41 | 32.1 | - |
| YUV | 79.33 | 170.71 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 76 | 155 | 0.63 | 0.51 | 0 | 0.39 | 228.37 | 0.46 | 0.42 |
| Hex | 39 | 4C | 9B | 3F | 33 | 0 | 27 | E4 | 2E | 2A |
| Octal | 71 | 114 | 233 | 77 | 63 | 0 | 47 | 344 | 56 | 52 |
| Binary | 111001 | 1001100 | 10011011 | 111111 | 110011 | 0 | 100111 | 11100100 | 101110 | 101010 |
Color Harmonies of #394C9B
Complementary color
Monochromatic Colors of #394C9B
Black with #394C9B
Text Example
Text Example
White with #394C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394C9B; }
p { color: rgb(57,76,155); }
H1.HeaderClassName
{
color: #394C9B;
}
.AnyTagClassName
{
color: #394C9B;
}
</style>
background-color css
<style>
a { background-color: #394C9B; }
a { background-color: rgb(57,76,155); }
div.DivClassName
{
background-color: #394C9B;
}
.BgClassName
{
background-color: #394C9B;
}
</style>
border-color css
<style>
span { border-color: #394C9B; }
span { border-color: rgb(57,76,155); }
td.TdClassName
{
border-color: #394C9B;
}
.TagClassName
{
border-color: #394C9B;
}
</style>