#394999

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

Shades of Tory Blue #394999

Tints of Tory Blue #394999

Color information

#394999 (or 0x394999) is unknown color: approx Tory Blue. HEX triplet: 39, 49 and 99. RGB value is (57,73,153). Sum of RGB (Red+Green+Blue) = 57+73+153=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #394999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394999 is #C6B666. Grayscale: #4D4D4D. Windows color (decimal): -13022823 or 10045753. OLE color: 10045753.

HSL color Cylindrical-coordinate representation of color #394999: hue angle of 230º 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 #394999 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5773153-
CMYK0.630.5200.4
HSL230º45.71%41.18%-
HSV(B)230º62.75%60%-
XYZ9.827.9331.15-
YUV77.34170.7113.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.14%
GREEN value IS 73 (28.91% from 255) = 25.80%
BLUE value IS 153 (60.16% from 255) = 54.06%
R=20.14%
G=25.80%
B=54.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal57731530.630.5200.423045.7141.18
Hex3949993F34028e62e29
Octal7111123177640503465651
Binary111001100100110011001111111110100010100011100110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394999; }

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

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

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

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

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

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

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

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