#395091

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

Shades of Tory Blue #395091

Tints of Tory Blue #395091

Color information

#395091 (or 0x395091) is unknown color: approx Tory Blue. HEX triplet: 39, 50 and 91. RGB value is (57,80,145). Sum of RGB (Red+Green+Blue) = 57+80+145=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #395091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395091 is #C6AF6E. Grayscale: #505050. Windows color (decimal): -13021039 or 9523257. OLE color: 9523257.

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

Color convert

RGB5780145-
CMYK0.610.4500.43
HSL224.32º43.56%39.61%-
HSV(B)224.32º60.69%56.86%-
XYZ9.678.6527.95-
YUV80.53164.38111.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.21%
GREEN value IS 80 (31.64% from 255) = 28.37%
BLUE value IS 145 (57.03% from 255) = 51.42%
R=20.21%
G=28.37%
B=51.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57801450.610.4500.43224.3243.5639.61
Hex3950913D2D02Be02c28
Octal7112022175550533405450
Binary111001101000010010001111101101101010101111100000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395091; }

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

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

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

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

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

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

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

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