#395378

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

Shades of St Tropaz #395378

Tints of St Tropaz #395378

Color information

#395378 (or 0x395378) is unknown color: approx St Tropaz. HEX triplet: 39, 53 and 78. RGB value is (57,83,120). Sum of RGB (Red+Green+Blue) = 57+83+120=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #395378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395378 is #C6AC87. Grayscale: #4F4F4F. Windows color (decimal): -13020296 or 7885625. OLE color: 7885625.

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

Color convert

RGB5783120-
CMYK0.520.3100.53
HSL215.24º35.59%34.71%-
HSV(B)215.24º52.5%47.06%-
XYZ8.178.4118.96-
YUV79.44150.89111.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.92%
GREEN value IS 83 (32.81% from 255) = 31.92%
BLUE value IS 120 (47.27% from 255) = 46.15%
R=21.92%
G=31.92%
B=46.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57831200.520.3100.53215.2435.5934.71
Hex395378341F035d72423
Octal7112317064370653274443
Binary1110011010011111100011010011111011010111010111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395378; }

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

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

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

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

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

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

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

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