#395375

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

Shades of St Tropaz #395375

Tints of St Tropaz #395375

Color information

#395375 (or 0x395375) is unknown color: approx St Tropaz. HEX triplet: 39, 53 and 75. RGB value is (57,83,117). Sum of RGB (Red+Green+Blue) = 57+83+117=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #395375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395375 is #C6AC8A. Grayscale: #4E4E4E. Windows color (decimal): -13020299 or 7689017. OLE color: 7689017.

HSL color Cylindrical-coordinate representation of color #395375: hue angle of 214º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #395375 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5783117-
CMYK0.510.2900.54
HSL214º34.48%34.12%-
HSV(B)214º51.28%45.88%-
XYZ7.998.3418.02-
YUV79.1149.39112.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.18%
GREEN value IS 83 (32.81% from 255) = 32.30%
BLUE value IS 117 (46.09% from 255) = 45.53%
R=22.18%
G=32.30%
B=45.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57831170.510.2900.5421434.4834.12
Hex395375331D036d62222
Octal7112316563350663264242
Binary1110011010011111010111001111101011011011010110100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395375; }

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

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

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

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

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

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

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

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