#394D92

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

Shades of Tory Blue #394D92

Tints of Tory Blue #394D92

Color information

#394D92 (or 0x394D92) is unknown color: approx Tory Blue. HEX triplet: 39, 4D and 92. RGB value is (57,77,146). Sum of RGB (Red+Green+Blue) = 57+77+146=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #394D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394D92 is #C6B26D. Grayscale: #4E4E4E. Windows color (decimal): -13021806 or 9588025. OLE color: 9588025.

HSL color Cylindrical-coordinate representation of color #394D92: hue angle of 226.52º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #394D92 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5777146-
CMYK0.610.4700.43
HSL226.52º43.84%39.8%-
HSV(B)226.52º60.96%57.25%-
XYZ9.538.2528.28-
YUV78.89165.87112.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.36%
GREEN value IS 77 (30.47% from 255) = 27.5%
BLUE value IS 146 (57.42% from 255) = 52.14%
R=20.36%
G=27.5%
B=52.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57771460.610.4700.43226.5243.8439.8
Hex394D923D2F02Be32c28
Octal7111522275570533435450
Binary111001100110110010010111101101111010101111100011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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