Shades of Tory Blue #394F90
Tints of Tory Blue #394F90
RGB
CMYK
RGB Variations
Color information
#394F90 (or 0x394F90) is known color: Tory Blue. HEX triplet: 39, 4F and 90. RGB value is (57,79,144). Sum of RGB (Red+Green+Blue) = 57+79+144=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #394F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394F90 is #C6B06F. Grayscale: #4F4F4F. Windows color (decimal): -13021296 or 9457465. OLE color: 9457465.
HSL color Cylindrical-coordinate representation of color #394F90: hue angle of 224.83º 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 #394F90 is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 79 | 144 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.44 |
| HSL | 224.83º | 0.43% | 0.39% | - |
| HSV(B) | 224.83º | 0.6% | 0.56% | - |
| XYZ | 9.52 | 8.48 | 27.52 | - |
| YUV | 79.83 | 164.21 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 79 | 144 | 0.60 | 0.45 | 0 | 0.44 | 224.83 | 0.43 | 0.39 |
| Hex | 39 | 4F | 90 | 3C | 2D | 0 | 2C | E1 | 2B | 27 |
| Octal | 71 | 117 | 220 | 74 | 55 | 0 | 54 | 341 | 53 | 47 |
| Binary | 111001 | 1001111 | 10010000 | 111100 | 101101 | 0 | 101100 | 11100001 | 101011 | 100111 |
Color Harmonies of #394F90
Complementary color
Monochromatic Colors of #394F90
Black with #394F90
Text Example
Text Example
White with #394F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394F90; }
p { color: rgb(57,79,144); }
H1.HeaderClassName
{
color: #394F90;
}
.AnyTagClassName
{
color: #394F90;
}
</style>
background-color css
<style>
a { background-color: #394F90; }
a { background-color: rgb(57,79,144); }
div.DivClassName
{
background-color: #394F90;
}
.BgClassName
{
background-color: #394F90;
}
</style>
border-color css
<style>
span { border-color: #394F90; }
span { border-color: rgb(57,79,144); }
td.TdClassName
{
border-color: #394F90;
}
.TagClassName
{
border-color: #394F90;
}
</style>