#395782

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

Shades of St Tropaz #395782

Tints of St Tropaz #395782

Color information

#395782 (or 0x395782) is unknown color: approx St Tropaz. HEX triplet: 39, 57 and 82. RGB value is (57,87,130). Sum of RGB (Red+Green+Blue) = 57+87+130=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #395782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395782 is #C6A87D. Grayscale: #525252. Windows color (decimal): -13019262 or 8542009. OLE color: 8542009.

HSL color Cylindrical-coordinate representation of color #395782: hue angle of 215.34º 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 #395782 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5787130-
CMYK0.560.3300.49
HSL215.34º39.04%36.67%-
HSV(B)215.34º56.15%50.98%-
XYZ9.129.322.43-
YUV82.93154.56109.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.80%
GREEN value IS 87 (34.38% from 255) = 31.75%
BLUE value IS 130 (51.17% from 255) = 47.45%
R=20.80%
G=31.75%
B=47.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57871300.560.3300.49215.3439.0436.67
Hex3957823821031d72725
Octal7112720270410613274745
Binary111001101011110000010111000100001011000111010111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395782; }

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

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

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

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

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

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

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

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