#394C8B

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

Shades of Tory Blue #394C8B

Tints of Tory Blue #394C8B

Color information

#394C8B (or 0x394C8B) is unknown color: approx Tory Blue. HEX triplet: 39, 4C and 8B. RGB value is (57,76,139). Sum of RGB (Red+Green+Blue) = 57+76+139=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #394C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394C8B is #C6B374. Grayscale: #4D4D4D. Windows color (decimal): -13022069 or 9129017. OLE color: 9129017.

HSL color Cylindrical-coordinate representation of color #394C8B: hue angle of 226.1º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #394C8B is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5776139-
CMYK0.590.4500.45
HSL226.1º41.84%38.43%-
HSV(B)226.1º58.99%54.51%-
XYZ8.937.925.48-
YUV77.5162.71113.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.96%
GREEN value IS 76 (30.08% from 255) = 27.94%
BLUE value IS 139 (54.69% from 255) = 51.10%
R=20.96%
G=27.94%
B=51.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57761390.590.4500.45226.141.8438.43
Hex394C8B3B2D02De22a26
Octal7111421373550553425246
Binary111001100110010001011111011101101010110111100010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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