#395682

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

Shades of St Tropaz #395682

Tints of St Tropaz #395682

Color information

#395682 (or 0x395682) is unknown color: approx St Tropaz. HEX triplet: 39, 56 and 82. RGB value is (57,86,130). Sum of RGB (Red+Green+Blue) = 57+86+130=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #395682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395682 is #C6A97D. Grayscale: #525252. Windows color (decimal): -13019518 or 8541753. OLE color: 8541753.

HSL color Cylindrical-coordinate representation of color #395682: hue angle of 216.16º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #395682 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5786130-
CMYK0.560.3400.49
HSL216.16º39.04%36.67%-
HSV(B)216.16º56.15%50.98%-
XYZ9.049.1422.41-
YUV82.34154.89109.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.88%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 130 (51.17% from 255) = 47.62%
R=20.88%
G=31.50%
B=47.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57861300.560.3400.49216.1639.0436.67
Hex3956823822031d82725
Octal7112620270420613304745
Binary111001101011010000010111000100010011000111011000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395682; }

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

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

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

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

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

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

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

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