#394c7f

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

Shades of Tory Blue #394C7F

Tints of Tory Blue #394C7F

Color information

#394C7F (or 0x394C7F) is unknown color: approx Tory Blue. HEX triplet: 39, 4C and 7F. RGB value is (57,76,127). Sum of RGB (Red+Green+Blue) = 57+76+127=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 127 - color contains mainly: blue. Hex color #394C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C7F is #C6B380. Grayscale: #4B4B4B. Windows color (decimal): -13022081 or 8342585. OLE color: 8342585.

HSL color Cylindrical-coordinate representation of color #394C7F: hue angle of 223.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #394C7F is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5776127-
CMYK0.550.4000.50
HSL223.71º38.04%36.08%-
HSV(B)223.71º55.12%49.8%-
XYZ8.17.5721.11-
YUV76.13156.71114.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.92%
GREEN value IS 76 (30.08% from 255) = 29.23%
BLUE value IS 127 (50% from 255) = 48.85%
R=21.92%
G=29.23%
B=48.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57761270.550.4000.50223.7138.0436.08
Hex394C7F3728032e02624
Octal7111417767500623404644
Binary11100110011001111111110111101000011001011100000100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394c7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,76,127); }

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

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

 a { background-color: rgb(57,76,127); }

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

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

 span { border-color: rgb(57,76,127); }

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