#394E8A

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

Shades of Tory Blue #394E8A

Tints of Tory Blue #394E8A

Color information

#394E8A (or 0x394E8A) is unknown color: approx Tory Blue. HEX triplet: 39, 4E and 8A. RGB value is (57,78,138). Sum of RGB (Red+Green+Blue) = 57+78+138=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #394E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394E8A is #C6B175. Grayscale: #4E4E4E. Windows color (decimal): -13021558 or 9063993. OLE color: 9063993.

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

Color convert

RGB5778138-
CMYK0.590.4300.46
HSL224.44º41.54%38.24%-
HSV(B)224.44º58.7%54.12%-
XYZ98.1525.14-
YUV78.56161.54112.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.88%
GREEN value IS 78 (30.86% from 255) = 28.57%
BLUE value IS 138 (54.30% from 255) = 50.55%
R=20.88%
G=28.57%
B=50.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57781380.590.4300.46224.4441.5438.24
Hex394E8A3B2B02Ee02a26
Octal7111621273530563405246
Binary111001100111010001010111011101011010111011100000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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