#395491

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

Shades of Tory Blue #395491

Tints of Tory Blue #395491

Color information

#395491 (or 0x395491) is unknown color: approx Tory Blue. HEX triplet: 39, 54 and 91. RGB value is (57,84,145). Sum of RGB (Red+Green+Blue) = 57+84+145=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #395491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395491 is #C6AB6E. Grayscale: #525252. Windows color (decimal): -13020015 or 9524281. OLE color: 9524281.

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

Color convert

RGB5784145-
CMYK0.610.4200.43
HSL221.59º43.56%39.61%-
HSV(B)221.59º60.69%56.86%-
XYZ9.979.2528.05-
YUV82.88163.05109.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.93%
GREEN value IS 84 (33.20% from 255) = 29.37%
BLUE value IS 145 (57.03% from 255) = 50.70%
R=19.93%
G=29.37%
B=50.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57841450.610.4200.43221.5943.5639.61
Hex3954913D2A02Bde2c28
Octal7112422175520533365450
Binary111001101010010010001111101101010010101111011110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395491; }

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

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

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

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

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

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

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

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