#394E99

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

Shades of Tory Blue #394E99

Tints of Tory Blue #394E99

Color information

#394E99 (or 0x394E99) is unknown color: approx Tory Blue. HEX triplet: 39, 4E and 99. RGB value is (57,78,153). Sum of RGB (Red+Green+Blue) = 57+78+153=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #394E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394E99 is #C6B166. Grayscale: #4F4F4F. Windows color (decimal): -13021543 or 10047033. OLE color: 10047033.

HSL color Cylindrical-coordinate representation of color #394E99: hue angle of 226.88º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #394E99 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5778153-
CMYK0.630.4900.4
HSL226.88º45.71%41.18%-
HSV(B)226.88º62.75%60%-
XYZ10.168.6231.26-
YUV80.27169.04111.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.79%
GREEN value IS 78 (30.86% from 255) = 27.08%
BLUE value IS 153 (60.16% from 255) = 53.12%
R=19.79%
G=27.08%
B=53.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal57781530.630.4900.4226.8845.7141.18
Hex394E993F31028e32e29
Octal7111623177610503435651
Binary111001100111010011001111111110001010100011100011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,78,153); }

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

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

 a { background-color: rgb(57,78,153); }

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

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

 span { border-color: rgb(57,78,153); }

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