#395786

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

Shades of St Tropaz #395786

Tints of St Tropaz #395786

Color information

#395786 (or 0x395786) is unknown color: approx St Tropaz. HEX triplet: 39, 57 and 86. RGB value is (57,87,134). Sum of RGB (Red+Green+Blue) = 57+87+134=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 134 - color contains mainly: blue. Hex color #395786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395786 is #C6A879. Grayscale: #535353. Windows color (decimal): -13019258 or 8804153. OLE color: 8804153.

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

Color convert

RGB5787134-
CMYK0.570.3500.47
HSL216.62º40.31%37.45%-
HSV(B)216.62º57.46%52.55%-
XYZ9.49.4123.87-
YUV83.39156.56109.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.50%
GREEN value IS 87 (34.38% from 255) = 31.29%
BLUE value IS 134 (52.73% from 255) = 48.20%
R=20.50%
G=31.29%
B=48.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57871340.570.3500.47216.6240.3137.45
Hex395786392302Fd92825
Octal7112720671430573315045
Binary111001101011110000110111001100011010111111011001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395786; }

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

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

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

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

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

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

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

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