#394990

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

Shades of Tory Blue #394990

Tints of Tory Blue #394990

Color information

#394990 (or 0x394990) is unknown color: approx Tory Blue. HEX triplet: 39, 49 and 90. RGB value is (57,73,144). Sum of RGB (Red+Green+Blue) = 57+73+144=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #394990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394990 is #C6B66F. Grayscale: #4C4C4C. Windows color (decimal): -13022832 or 9455929. OLE color: 9455929.

HSL color Cylindrical-coordinate representation of color #394990: hue angle of 228.97º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #394990 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5773144-
CMYK0.600.4900.44
HSL228.97º43.28%39.41%-
HSV(B)228.97º60.42%56.47%-
XYZ9.17.6527.38-
YUV76.31166.2114.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.80%
GREEN value IS 73 (28.91% from 255) = 26.64%
BLUE value IS 144 (56.64% from 255) = 52.55%
R=20.80%
G=26.64%
B=52.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57731440.600.4900.44228.9743.2839.41
Hex3949903C3102Ce52b27
Octal7111122074610543455347
Binary111001100100110010000111100110001010110011100101101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394990; }

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

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

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

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

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

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

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

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