#394490

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

Shades of Tory Blue #394490

Tints of Tory Blue #394490

Color information

#394490 (or 0x394490) is unknown color: approx Tory Blue. HEX triplet: 39, 44 and 90. RGB value is (57,68,144). Sum of RGB (Red+Green+Blue) = 57+68+144=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #394490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394490 is #C6BB6F. Grayscale: #494949. Windows color (decimal): -13024112 or 9454649. OLE color: 9454649.

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

Color convert

RGB5768144-
CMYK0.600.5300.44
HSL232.41º43.28%39.41%-
HSV(B)232.41º60.42%56.47%-
XYZ8.797.0227.28-
YUV73.38167.86116.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.19%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 144 (56.64% from 255) = 53.53%
R=21.19%
G=25.28%
B=53.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57681440.600.5300.44232.4143.2839.41
Hex3944903C3502Ce82b27
Octal7110422074650543505347
Binary111001100010010010000111100110101010110011101000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394490; }

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

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

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

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

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

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

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

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