#394989

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

Shades of Tory Blue #394989

Tints of Tory Blue #394989

Color information

#394989 (or 0x394989) is unknown color: approx Tory Blue. HEX triplet: 39, 49 and 89. RGB value is (57,73,137). Sum of RGB (Red+Green+Blue) = 57+73+137=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #394989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394989 is #C6B676. Grayscale: #4B4B4B. Windows color (decimal): -13022839 or 8997177. OLE color: 8997177.

HSL color Cylindrical-coordinate representation of color #394989: hue angle of 228º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #394989 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5773137-
CMYK0.580.4700.46
HSL228º41.24%38.04%-
HSV(B)228º58.39%53.73%-
XYZ8.597.4424.65-
YUV75.51162.7114.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.35%
GREEN value IS 73 (28.91% from 255) = 27.34%
BLUE value IS 137 (53.91% from 255) = 51.31%
R=21.35%
G=27.34%
B=51.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57731370.580.4700.4622841.2438.04
Hex3949893A2F02Ee42926
Octal7111121172570563445146
Binary111001100100110001001111010101111010111011100100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394989; }

 p { color: rgb(57,73,137); }

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

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

 a { background-color: rgb(57,73,137); }

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

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

 span { border-color: rgb(57,73,137); }

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