#394690

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

Shades of Tory Blue #394690

Tints of Tory Blue #394690

Color information

#394690 (or 0x394690) is unknown color: approx Tory Blue. HEX triplet: 39, 46 and 90. RGB value is (57,70,144). Sum of RGB (Red+Green+Blue) = 57+70+144=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #394690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394690 is #C6B96F. Grayscale: #4A4A4A. Windows color (decimal): -13023600 or 9455161. OLE color: 9455161.

HSL color Cylindrical-coordinate representation of color #394690: hue angle of 231.03º 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 #394690 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5770144-
CMYK0.600.5100.44
HSL231.03º43.28%39.41%-
HSV(B)231.03º60.42%56.47%-
XYZ8.917.2627.32-
YUV74.55167.19115.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.03%
GREEN value IS 70 (27.73% from 255) = 25.83%
BLUE value IS 144 (56.64% from 255) = 53.14%
R=21.03%
G=25.83%
B=53.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57701440.600.5100.44231.0343.2839.41
Hex3946903C3302Ce72b27
Octal7110622074630543475347
Binary111001100011010010000111100110011010110011100111101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394690; }

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

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

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

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

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

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

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

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