#394696

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

Shades of Tory Blue #394696

Tints of Tory Blue #394696

Color information

#394696 (or 0x394696) is unknown color: approx Tory Blue. HEX triplet: 39, 46 and 96. RGB value is (57,70,150). Sum of RGB (Red+Green+Blue) = 57+70+150=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 150 (58.98% from 255 or 54.15% from 277); Max value from RGB is 150 - color contains mainly: blue. Hex color #394696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394696 is #C6B969. Grayscale: #4A4A4A. Windows color (decimal): -13023594 or 9848377. OLE color: 9848377.

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

Color convert

RGB5770150-
CMYK0.620.5300.41
HSL231.61º44.93%40.59%-
HSV(B)231.61º62%58.82%-
XYZ9.387.4529.8-
YUV75.23170.19115-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.58%
GREEN value IS 70 (27.73% from 255) = 25.27%
BLUE value IS 150 (58.98% from 255) = 54.15%
R=20.58%
G=25.27%
B=54.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal57701500.620.5300.41231.6144.9340.59
Hex3946963E35029e82d29
Octal7110622676650513505551
Binary111001100011010010110111110110101010100111101000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394696; }

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

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

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

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

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

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

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

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