#394D9D

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

Shades of Tory Blue #394D9D

Tints of Tory Blue #394D9D

Color information

#394D9D (or 0x394D9D) is unknown color: approx Tory Blue. HEX triplet: 39, 4D and 9D. RGB value is (57,77,157). Sum of RGB (Red+Green+Blue) = 57+77+157=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #394D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394D9D is #C6B262. Grayscale: #4F4F4F. Windows color (decimal): -13021795 or 10308921. OLE color: 10308921.

HSL color Cylindrical-coordinate representation of color #394D9D: hue angle of 228º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #394D9D is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5777157-
CMYK0.640.5100.38
HSL228º46.73%41.96%-
HSV(B)228º63.69%61.57%-
XYZ10.438.6133.01-
YUV80.14171.37111.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.59%
GREEN value IS 77 (30.47% from 255) = 26.46%
BLUE value IS 157 (61.72% from 255) = 53.95%
R=19.59%
G=26.46%
B=53.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57771570.640.5100.3822846.7341.96
Hex394D9D4033026e42f2a
Octal71115235100630463445752
Binary1110011001101100111011000000110011010011011100100101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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