#394794

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

Shades of Tory Blue #394794

Tints of Tory Blue #394794

Color information

#394794 (or 0x394794) is unknown color: approx Tory Blue. HEX triplet: 39, 47 and 94. RGB value is (57,71,148). Sum of RGB (Red+Green+Blue) = 57+71+148=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 148 (58.20% from 255 or 53.62% from 276); Max value from RGB is 148 - color contains mainly: blue. Hex color #394794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394794 is #C6B86B. Grayscale: #4B4B4B. Windows color (decimal): -13023340 or 9717561. OLE color: 9717561.

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

Color convert

RGB5771148-
CMYK0.610.5200.42
HSL230.77º44.39%40.2%-
HSV(B)230.77º61.49%58.04%-
XYZ9.297.5128.98-
YUV75.59168.86114.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.65%
GREEN value IS 71 (28.12% from 255) = 25.72%
BLUE value IS 148 (58.20% from 255) = 53.62%
R=20.65%
G=25.72%
B=53.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57711480.610.5200.42230.7744.3940.2
Hex3947943D3402Ae72c28
Octal7110722475640523475450
Binary111001100011110010100111101110100010101011100111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394794; }

 p { color: rgb(57,71,148); }

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

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

 a { background-color: rgb(57,71,148); }

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

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

 span { border-color: rgb(57,71,148); }

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