#395692

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

Shades of Tory Blue #395692

Tints of Tory Blue #395692

Color information

#395692 (or 0x395692) is unknown color: approx Tory Blue. HEX triplet: 39, 56 and 92. RGB value is (57,86,146). Sum of RGB (Red+Green+Blue) = 57+86+146=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #395692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395692 is #C6A96D. Grayscale: #535353. Windows color (decimal): -13019502 or 9590329. OLE color: 9590329.

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

Color convert

RGB5786146-
CMYK0.610.4100.43
HSL220.45º43.84%39.8%-
HSV(B)220.45º60.96%57.25%-
XYZ10.29.628.51-
YUV84.17162.89108.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.72%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 146 (57.42% from 255) = 50.52%
R=19.72%
G=29.76%
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
Decimal57861460.610.4100.43220.4543.8439.8
Hex3956923D2902Bdc2c28
Octal7112622275510533345450
Binary111001101011010010010111101101001010101111011100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395692; }

 p { color: rgb(57,86,146); }

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

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

 a { background-color: rgb(57,86,146); }

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

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

 span { border-color: rgb(57,86,146); }

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