Shades of Tory Blue #394A90
Tints of Tory Blue #394A90
RGB
CMYK
RGB Variations
Color information
#394A90 (or 0x394A90) is known color: Tory Blue. HEX triplet: 39, 4A and 90. RGB value is (57,74,144). Sum of RGB (Red+Green+Blue) = 57+74+144=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #394A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394A90 is #C6B56F. Grayscale: #4C4C4C. Windows color (decimal): -13022576 or 9456185. OLE color: 9456185.
HSL color Cylindrical-coordinate representation of color #394A90: hue angle of 228.28º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #394A90 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 74 | 144 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.44 |
| HSL | 228.28º | 0.43% | 0.39% | - |
| HSV(B) | 228.28º | 0.6% | 0.56% | - |
| XYZ | 9.17 | 7.78 | 27.4 | - |
| YUV | 76.9 | 165.87 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 74 | 144 | 0.60 | 0.49 | 0 | 0.44 | 228.28 | 0.43 | 0.39 |
| Hex | 39 | 4A | 90 | 3C | 31 | 0 | 2C | E4 | 2B | 27 |
| Octal | 71 | 112 | 220 | 74 | 61 | 0 | 54 | 344 | 53 | 47 |
| Binary | 111001 | 1001010 | 10010000 | 111100 | 110001 | 0 | 101100 | 11100100 | 101011 | 100111 |
Color Harmonies of #394A90
Complementary color
Monochromatic Colors of #394A90
Black with #394A90
Text Example
Text Example
White with #394A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394A90; }
p { color: rgb(57,74,144); }
H1.HeaderClassName
{
color: #394A90;
}
.AnyTagClassName
{
color: #394A90;
}
</style>
background-color css
<style>
a { background-color: #394A90; }
a { background-color: rgb(57,74,144); }
div.DivClassName
{
background-color: #394A90;
}
.BgClassName
{
background-color: #394A90;
}
</style>
border-color css
<style>
span { border-color: #394A90; }
span { border-color: rgb(57,74,144); }
td.TdClassName
{
border-color: #394A90;
}
.TagClassName
{
border-color: #394A90;
}
</style>