#394796

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

Shades of Tory Blue #394796

Tints of Tory Blue #394796

Color information

#394796 (or 0x394796) is unknown color: approx Tory Blue. HEX triplet: 39, 47 and 96. RGB value is (57,71,150). Sum of RGB (Red+Green+Blue) = 57+71+150=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #394796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394796 is #C6B869. Grayscale: #4B4B4B. Windows color (decimal): -13023338 or 9848633. OLE color: 9848633.

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

Color convert

RGB5771150-
CMYK0.620.5300.41
HSL230.97º44.93%40.59%-
HSV(B)230.97º62%58.82%-
XYZ9.457.5829.82-
YUV75.82169.86114.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.50%
GREEN value IS 71 (28.12% from 255) = 25.54%
BLUE value IS 150 (58.98% from 255) = 53.96%
R=20.50%
G=25.54%
B=53.96%

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
Decimal57711500.620.5300.41230.9744.9340.59
Hex3947963E35029e72d29
Octal7110722676650513475551
Binary111001100011110010110111110110101010100111100111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394796; }

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

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

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

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

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

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

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

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