#395697

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

Shades of Tory Blue #395697

Tints of Tory Blue #395697

Color information

#395697 (or 0x395697) is unknown color: approx Tory Blue. HEX triplet: 39, 56 and 97. RGB value is (57,86,151). Sum of RGB (Red+Green+Blue) = 57+86+151=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 151 (59.38% from 255 or 51.36% from 294); Max value from RGB is 151 - color contains mainly: blue. Hex color #395697 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395697 is #C6A968. Grayscale: #545454. Windows color (decimal): -13019497 or 9918009. OLE color: 9918009.

HSL color Cylindrical-coordinate representation of color #395697: hue angle of 221.49º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #395697 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5786151-
CMYK0.620.4300.41
HSL221.49º45.19%40.78%-
HSV(B)221.49º62.25%59.22%-
XYZ10.69.7630.6-
YUV84.74165.39108.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.39%
GREEN value IS 86 (33.98% from 255) = 29.25%
BLUE value IS 151 (59.38% from 255) = 51.36%
R=19.39%
G=29.25%
B=51.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal57861510.620.4300.41221.4945.1940.78
Hex3956973E2B029dd2d29
Octal7112622776530513355551
Binary111001101011010010111111110101011010100111011101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395697; }

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

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

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

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

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

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

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

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