#395379

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

Shades of St Tropaz #395379

Tints of St Tropaz #395379

Color information

#395379 (or 0x395379) is unknown color: approx St Tropaz. HEX triplet: 39, 53 and 79. RGB value is (57,83,121). Sum of RGB (Red+Green+Blue) = 57+83+121=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #395379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395379 is #C6AC86. Grayscale: #4F4F4F. Windows color (decimal): -13020295 or 7951161. OLE color: 7951161.

HSL color Cylindrical-coordinate representation of color #395379: hue angle of 215.62º 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 #395379 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5783121-
CMYK0.530.3100.53
HSL215.62º35.96%34.9%-
HSV(B)215.62º52.89%47.45%-
XYZ8.238.4419.28-
YUV79.56151.39111.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.84%
GREEN value IS 83 (32.81% from 255) = 31.80%
BLUE value IS 121 (47.66% from 255) = 46.36%
R=21.84%
G=31.80%
B=46.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57831210.530.3100.53215.6235.9634.9
Hex395379351F035d82423
Octal7112317165370653304443
Binary1110011010011111100111010111111011010111011000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395379; }

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

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

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

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

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

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

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

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