#394891

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

Shades of Tory Blue #394891

Tints of Tory Blue #394891

Color information

#394891 (or 0x394891) is unknown color: approx Tory Blue. HEX triplet: 39, 48 and 91. RGB value is (57,72,145). Sum of RGB (Red+Green+Blue) = 57+72+145=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #394891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394891 is #C6B76E. Grayscale: #4B4B4B. Windows color (decimal): -13023087 or 9521209. OLE color: 9521209.

HSL color Cylindrical-coordinate representation of color #394891: hue angle of 229.77º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #394891 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5772145-
CMYK0.610.5000.43
HSL229.77º43.56%39.61%-
HSV(B)229.77º60.69%56.86%-
XYZ9.127.5527.76-
YUV75.84167.03114.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.80%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 145 (57.03% from 255) = 52.92%
R=20.80%
G=26.28%
B=52.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57721450.610.5000.43229.7743.5639.61
Hex3948913D3202Be62c28
Octal7111022175620533465450
Binary111001100100010010001111101110010010101111100110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394891; }

 p { color: rgb(57,72,145); }

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

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

 a { background-color: rgb(57,72,145); }

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

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

 span { border-color: rgb(57,72,145); }

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