#394592

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

Shades of Tory Blue #394592

Tints of Tory Blue #394592

Color information

#394592 (or 0x394592) is unknown color: approx Tory Blue. HEX triplet: 39, 45 and 92. RGB value is (57,69,146). Sum of RGB (Red+Green+Blue) = 57+69+146=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #394592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394592 is #C6BA6D. Grayscale: #494949. Windows color (decimal): -13023854 or 9585977. OLE color: 9585977.

HSL color Cylindrical-coordinate representation of color #394592: hue angle of 231.91º 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 #394592 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5769146-
CMYK0.610.5300.43
HSL231.91º43.84%39.8%-
HSV(B)231.91º60.96%57.25%-
XYZ97.228.11-
YUV74.19168.52115.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.96%
GREEN value IS 69 (27.34% from 255) = 25.37%
BLUE value IS 146 (57.42% from 255) = 53.68%
R=20.96%
G=25.37%
B=53.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57691460.610.5300.43231.9143.8439.8
Hex3945923D3502Be82c28
Octal7110522275650533505450
Binary111001100010110010010111101110101010101111101000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394592; }

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

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

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

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

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

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

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

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