#394A93

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

Shades of Tory Blue #394A93

Tints of Tory Blue #394A93

Color information

#394A93 (or 0x394A93) is unknown color: approx Tory Blue. HEX triplet: 39, 4A and 93. RGB value is (57,74,147). Sum of RGB (Red+Green+Blue) = 57+74+147=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #394A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394A93 is #C6B56C. Grayscale: #4C4C4C. Windows color (decimal): -13022573 or 9652793. OLE color: 9652793.

HSL color Cylindrical-coordinate representation of color #394A93: hue angle of 228.67º 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 #394A93 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5774147-
CMYK0.610.5000.42
HSL228.67º44.12%40%-
HSV(B)228.67º61.22%57.65%-
XYZ9.47.8728.63-
YUV77.24167.37113.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.50%
GREEN value IS 74 (29.30% from 255) = 26.62%
BLUE value IS 147 (57.81% from 255) = 52.88%
R=20.50%
G=26.62%
B=52.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57741470.610.5000.42228.6744.1240
Hex394A933D3202Ae52c28
Octal7111222375620523455450
Binary111001100101010010011111101110010010101011100101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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