#394B91

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

Shades of Tory Blue #394B91

Tints of Tory Blue #394B91

Color information

#394B91 (or 0x394B91) is unknown color: approx Tory Blue. HEX triplet: 39, 4B and 91. RGB value is (57,75,145). Sum of RGB (Red+Green+Blue) = 57+75+145=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #394B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394B91 is #C6B46E. Grayscale: #4D4D4D. Windows color (decimal): -13022319 or 9521977. OLE color: 9521977.

HSL color Cylindrical-coordinate representation of color #394B91: hue angle of 227.73º 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 #394B91 is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5775145-
CMYK0.610.4800.43
HSL227.73º43.56%39.61%-
HSV(B)227.73º60.69%56.86%-
XYZ9.317.9527.83-
YUV77.6166.04113.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.58%
GREEN value IS 75 (29.69% from 255) = 27.08%
BLUE value IS 145 (57.03% from 255) = 52.35%
R=20.58%
G=27.08%
B=52.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57751450.610.4800.43227.7343.5639.61
Hex394B913D3002Be42c28
Octal7111322175600533445450
Binary111001100101110010001111101110000010101111100100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394B91; }

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

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

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

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

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

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

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

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