#395792

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

Shades of Tory Blue #395792

Tints of Tory Blue #395792

Color information

#395792 (or 0x395792) is unknown color: approx Tory Blue. HEX triplet: 39, 57 and 92. RGB value is (57,87,146). Sum of RGB (Red+Green+Blue) = 57+87+146=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #395792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395792 is #C6A86D. Grayscale: #545454. Windows color (decimal): -13019246 or 9590585. OLE color: 9590585.

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

Color convert

RGB5787146-
CMYK0.610.4000.43
HSL219.78º43.84%39.8%-
HSV(B)219.78º60.96%57.25%-
XYZ10.289.7628.54-
YUV84.76162.56108.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.66%
GREEN value IS 87 (34.38% from 255) = 30%
BLUE value IS 146 (57.42% from 255) = 50.34%
R=19.66%
G=30%
B=50.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57871460.610.4000.43219.7843.8439.8
Hex3957923D2802Bdc2c28
Octal7112722275500533345450
Binary111001101011110010010111101101000010101111011100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395792; }

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

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

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

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

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

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

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

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