#394E8B

Color #394E8B Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #394E8B

Tints of Tory Blue #394E8B

Color information

#394E8B (or 0x394E8B) is unknown color: approx Tory Blue. HEX triplet: 39, 4E and 8B. RGB value is (57,78,139). Sum of RGB (Red+Green+Blue) = 57+78+139=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #394E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394E8B is #C6B174. Grayscale: #4E4E4E. Windows color (decimal): -13021557 or 9129529. OLE color: 9129529.

HSL color Cylindrical-coordinate representation of color #394E8B: hue angle of 224.63º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #394E8B is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5778139-
CMYK0.590.4400.45
HSL224.63º41.84%38.43%-
HSV(B)224.63º58.99%54.51%-
XYZ9.078.1825.53-
YUV78.68162.04112.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 20.80%
GREEN value IS 78 (30.86% from 255) = 28.47%
BLUE value IS 139 (54.69% from 255) = 50.73%
R=20.80%
G=28.47%
B=50.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57781390.590.4400.45224.6341.8438.43
Hex394E8B3B2C02De12a26
Octal7111621373540553415246
Binary111001100111010001011111011101100010110111100001101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394E8B; }

 p { color: rgb(57,78,139); }

 H1.HeaderClassName
 {
   color: #394E8B;
 }
 .AnyTagClassName
 {
   color: #394E8B;
 }
</style>
background-color css

<style>
 a { background-color: #394E8B; }

 a { background-color: rgb(57,78,139); }

 div.DivClassName
 {
   background-color: #394E8B;
 }
 .BgClassName
 {
   background-color: #394E8B;
 }
</style>
border-color css

<style>
 span { border-color: #394E8B; }

 span { border-color: rgb(57,78,139); }

 td.TdClassName
 {
   border-color: #394E8B;
 }
 .TagClassName
 {
   border-color: #394E8B;
 }
</style>