#395591

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

Shades of Tory Blue #395591

Tints of Tory Blue #395591

Color information

#395591 (or 0x395591) is unknown color: approx Tory Blue. HEX triplet: 39, 55 and 91. RGB value is (57,85,145). Sum of RGB (Red+Green+Blue) = 57+85+145=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #395591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395591 is #C6AA6E. Grayscale: #535353. Windows color (decimal): -13019759 or 9524537. OLE color: 9524537.

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

Color convert

RGB5785145-
CMYK0.610.4100.43
HSL220.91º43.56%39.61%-
HSV(B)220.91º60.69%56.86%-
XYZ10.059.4128.08-
YUV83.47162.72109.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.86%
GREEN value IS 85 (33.59% from 255) = 29.62%
BLUE value IS 145 (57.03% from 255) = 50.52%
R=19.86%
G=29.62%
B=50.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57851450.610.4100.43220.9143.5639.61
Hex3955913D2902Bdd2c28
Octal7112522175510533355450
Binary111001101010110010001111101101001010101111011101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395591; }

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

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

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

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

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

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

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

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