#394D93

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

Shades of Tory Blue #394D93

Tints of Tory Blue #394D93

Color information

#394D93 (or 0x394D93) is unknown color: approx Tory Blue. HEX triplet: 39, 4D and 93. RGB value is (57,77,147). Sum of RGB (Red+Green+Blue) = 57+77+147=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #394D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394D93 is #C6B26C. Grayscale: #4E4E4E. Windows color (decimal): -13021805 or 9653561. OLE color: 9653561.

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

Color convert

RGB5777147-
CMYK0.610.4800.42
HSL226.67º44.12%40%-
HSV(B)226.67º61.22%57.65%-
XYZ9.618.2828.7-
YUV79166.37112.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.28%
GREEN value IS 77 (30.47% from 255) = 27.40%
BLUE value IS 147 (57.81% from 255) = 52.31%
R=20.28%
G=27.40%
B=52.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57771470.610.4800.42226.6744.1240
Hex394D933D3002Ae32c28
Octal7111522375600523435450
Binary111001100110110010011111101110000010101011100011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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