#394986

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

Shades of Tory Blue #394986

Tints of Tory Blue #394986

Color information

#394986 (or 0x394986) is unknown color: approx Tory Blue. HEX triplet: 39, 49 and 86. RGB value is (57,73,134). Sum of RGB (Red+Green+Blue) = 57+73+134=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 134 (52.73% from 255 or 50.76% from 264); Max value from RGB is 134 - color contains mainly: blue. Hex color #394986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394986 is #C6B679. Grayscale: #4A4A4A. Windows color (decimal): -13022842 or 8800569. OLE color: 8800569.

HSL color Cylindrical-coordinate representation of color #394986: hue angle of 227.53º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #394986 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5773134-
CMYK0.570.4600.47
HSL227.53º40.31%37.45%-
HSV(B)227.53º57.46%52.55%-
XYZ8.377.3623.53-
YUV75.17161.2115.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.59%
GREEN value IS 73 (28.91% from 255) = 27.65%
BLUE value IS 134 (52.73% from 255) = 50.76%
R=21.59%
G=27.65%
B=50.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57731340.570.4600.47227.5340.3137.45
Hex394986392E02Fe42825
Octal7111120671560573445045
Binary111001100100110000110111001101110010111111100100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394986; }

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

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

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

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

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

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

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

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