#395579

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

Shades of St Tropaz #395579

Tints of St Tropaz #395579

Color information

#395579 (or 0x395579) is unknown color: approx St Tropaz. HEX triplet: 39, 55 and 79. RGB value is (57,85,121). Sum of RGB (Red+Green+Blue) = 57+85+121=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 121 - color contains mainly: blue. Hex color #395579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395579 is #C6AA86. Grayscale: #505050. Windows color (decimal): -13019783 or 7951673. OLE color: 7951673.

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

Color convert

RGB5785121-
CMYK0.530.3000.53
HSL213.75º35.96%34.9%-
HSV(B)213.75º52.89%47.45%-
XYZ8.398.7519.34-
YUV80.73150.72111.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.67%
GREEN value IS 85 (33.59% from 255) = 32.32%
BLUE value IS 121 (47.66% from 255) = 46.01%
R=21.67%
G=32.32%
B=46.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57851210.530.3000.53213.7535.9634.9
Hex395579351E035d62423
Octal7112517165360653264443
Binary1110011010101111100111010111110011010111010110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395579; }

 p { color: rgb(57,85,121); }

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

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

 a { background-color: rgb(57,85,121); }

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

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

 span { border-color: rgb(57,85,121); }

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