#395986

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

Shades of St Tropaz #395986

Tints of St Tropaz #395986

Color information

#395986 (or 0x395986) is unknown color: approx St Tropaz. HEX triplet: 39, 59 and 86. RGB value is (57,89,134). Sum of RGB (Red+Green+Blue) = 57+89+134=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 134 (52.73% from 255 or 47.86% from 280); Max value from RGB is 134 - color contains mainly: blue. Hex color #395986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395986 is #C6A679. Grayscale: #545454. Windows color (decimal): -13018746 or 8804665. OLE color: 8804665.

HSL color Cylindrical-coordinate representation of color #395986: hue angle of 215.06º 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 #395986 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5789134-
CMYK0.570.3400.47
HSL215.06º40.31%37.45%-
HSV(B)215.06º57.46%52.55%-
XYZ9.569.7423.93-
YUV84.56155.9108.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.36%
GREEN value IS 89 (35.16% from 255) = 31.79%
BLUE value IS 134 (52.73% from 255) = 47.86%
R=20.36%
G=31.79%
B=47.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57891340.570.3400.47215.0640.3137.45
Hex395986392202Fd72825
Octal7113120671420573275045
Binary111001101100110000110111001100010010111111010111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395986; }

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

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

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

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

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

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

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

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