#394E93

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

Shades of Tory Blue #394E93

Tints of Tory Blue #394E93

Color information

#394E93 (or 0x394E93) is unknown color: approx Tory Blue. HEX triplet: 39, 4E and 93. RGB value is (57,78,147). Sum of RGB (Red+Green+Blue) = 57+78+147=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #394E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394E93 is #C6B16C. Grayscale: #4F4F4F. Windows color (decimal): -13021549 or 9653817. OLE color: 9653817.

HSL color Cylindrical-coordinate representation of color #394E93: hue angle of 226º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #394E93 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5778147-
CMYK0.610.4700.42
HSL226º44.12%40%-
HSV(B)226º61.22%57.65%-
XYZ9.688.4328.72-
YUV79.59166.04111.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.21%
GREEN value IS 78 (30.86% from 255) = 27.66%
BLUE value IS 147 (57.81% from 255) = 52.13%
R=20.21%
G=27.66%
B=52.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57781470.610.4700.4222644.1240
Hex394E933D2F02Ae22c28
Octal7111622375570523425450
Binary111001100111010010011111101101111010101011100010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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