#395991

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

Shades of Tory Blue #395991

Tints of Tory Blue #395991

Color information

#395991 (or 0x395991) is unknown color: approx Tory Blue. HEX triplet: 39, 59 and 91. RGB value is (57,89,145). Sum of RGB (Red+Green+Blue) = 57+89+145=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #395991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395991 is #C6A66E. Grayscale: #555555. Windows color (decimal): -13018735 or 9525561. OLE color: 9525561.

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

Color convert

RGB5789145-
CMYK0.610.3900.43
HSL218.18º43.56%39.61%-
HSV(B)218.18º60.69%56.86%-
XYZ10.3710.0628.18-
YUV85.82161.4107.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.59%
GREEN value IS 89 (35.16% from 255) = 30.58%
BLUE value IS 145 (57.03% from 255) = 49.83%
R=19.59%
G=30.58%
B=49.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57891450.610.3900.43218.1843.5639.61
Hex3959913D2702Bda2c28
Octal7113122175470533325450
Binary111001101100110010001111101100111010101111011010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395991; }

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

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

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

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

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

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

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

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