#394D96

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

Shades of Tory Blue #394D96

Tints of Tory Blue #394D96

Color information

#394D96 (or 0x394D96) is unknown color: approx Tory Blue. HEX triplet: 39, 4D and 96. RGB value is (57,77,150). Sum of RGB (Red+Green+Blue) = 57+77+150=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #394D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394D96 is #C6B269. Grayscale: #4F4F4F. Windows color (decimal): -13021802 or 9850169. OLE color: 9850169.

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

Color convert

RGB5777150-
CMYK0.620.4900.41
HSL227.1º44.93%40.59%-
HSV(B)227.1º62%58.82%-
XYZ9.858.3829.95-
YUV79.34167.87112.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.07%
GREEN value IS 77 (30.47% from 255) = 27.11%
BLUE value IS 150 (58.98% from 255) = 52.82%
R=20.07%
G=27.11%
B=52.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal57771500.620.4900.41227.144.9340.59
Hex394D963E31029e32d29
Octal7111522676610513435551
Binary111001100110110010110111110110001010100111100011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394D96; }

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

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

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

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

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

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

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

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