#394589

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

Shades of Tory Blue #394589

Tints of Tory Blue #394589

Color information

#394589 (or 0x394589) is unknown color: approx Tory Blue. HEX triplet: 39, 45 and 89. RGB value is (57,69,137). Sum of RGB (Red+Green+Blue) = 57+69+137=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #394589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394589 is #C6BA76. Grayscale: #484848. Windows color (decimal): -13023863 or 8996153. OLE color: 8996153.

HSL color Cylindrical-coordinate representation of color #394589: hue angle of 231º 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 #394589 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5769137-
CMYK0.580.5000.46
HSL231º41.24%38.04%-
HSV(B)231º58.39%53.73%-
XYZ8.336.9324.57-
YUV73.16164.02116.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.67%
GREEN value IS 69 (27.34% from 255) = 26.24%
BLUE value IS 137 (53.91% from 255) = 52.09%
R=21.67%
G=26.24%
B=52.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57691370.580.5000.4623141.2438.04
Hex3945893A3202Ee72926
Octal7110521172620563475146
Binary111001100010110001001111010110010010111011100111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394589; }

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

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

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

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

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

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

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

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