#394691

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

Shades of Tory Blue #394691

Tints of Tory Blue #394691

Color information

#394691 (or 0x394691) is unknown color: approx Tory Blue. HEX triplet: 39, 46 and 91. RGB value is (57,70,145). Sum of RGB (Red+Green+Blue) = 57+70+145=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #394691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394691 is #C6B96E. Grayscale: #4A4A4A. Windows color (decimal): -13023599 or 9520697. OLE color: 9520697.

HSL color Cylindrical-coordinate representation of color #394691: hue angle of 231.14º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #394691 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5770145-
CMYK0.610.5200.43
HSL231.14º43.56%39.61%-
HSV(B)231.14º60.69%56.86%-
XYZ8.997.2927.72-
YUV74.66167.69115.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.96%
GREEN value IS 70 (27.73% from 255) = 25.74%
BLUE value IS 145 (57.03% from 255) = 53.31%
R=20.96%
G=25.74%
B=53.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57701450.610.5200.43231.1443.5639.61
Hex3946913D3402Be72c28
Octal7110622175640533475450
Binary111001100011010010001111101110100010101111100111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394691; }

 p { color: rgb(57,70,145); }

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

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

 a { background-color: rgb(57,70,145); }

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

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

 span { border-color: rgb(57,70,145); }

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