#395685

Color #395685 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #395685

Tints of St Tropaz #395685

Color information

#395685 (or 0x395685) is unknown color: approx St Tropaz. HEX triplet: 39, 56 and 85. RGB value is (57,86,133). Sum of RGB (Red+Green+Blue) = 57+86+133=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #395685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395685 is #C6A97A. Grayscale: #525252. Windows color (decimal): -13019515 or 8738361. OLE color: 8738361.

HSL color Cylindrical-coordinate representation of color #395685: hue angle of 217.11º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #395685 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5786133-
CMYK0.570.3500.48
HSL217.11º40%37.25%-
HSV(B)217.11º57.14%52.16%-
XYZ9.259.2223.48-
YUV82.69156.39109.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.65%
GREEN value IS 86 (33.98% from 255) = 31.16%
BLUE value IS 133 (52.34% from 255) = 48.19%
R=20.65%
G=31.16%
B=48.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57861330.570.3500.48217.114037.25
Hex3956853923030d92825
Octal7112620571430603315045
Binary111001101011010000101111001100011011000011011001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395685; }

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

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

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

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

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

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

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

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