#394695

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

Shades of Tory Blue #394695

Tints of Tory Blue #394695

Color information

#394695 (or 0x394695) is unknown color: approx Tory Blue. HEX triplet: 39, 46 and 95. RGB value is (57,70,149). Sum of RGB (Red+Green+Blue) = 57+70+149=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #394695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394695 is #C6B96A. Grayscale: #4A4A4A. Windows color (decimal): -13023595 or 9782841. OLE color: 9782841.

HSL color Cylindrical-coordinate representation of color #394695: hue angle of 231.52º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #394695 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5770149-
CMYK0.620.5300.42
HSL231.52º44.66%40.39%-
HSV(B)231.52º61.74%58.43%-
XYZ9.37.4229.38-
YUV75.12169.69115.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.65%
GREEN value IS 70 (27.73% from 255) = 25.36%
BLUE value IS 149 (58.59% from 255) = 53.99%
R=20.65%
G=25.36%
B=53.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57701490.620.5300.42231.5244.6640.39
Hex3946953E3502Ae82d28
Octal7110622576650523505550
Binary111001100011010010101111110110101010101011101000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394695; }

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

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

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

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

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

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

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

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