#395E8E

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

Shades of St Tropaz #395E8E

Tints of St Tropaz #395E8E

Color information

#395E8E (or 0x395E8E) is unknown color: approx St Tropaz. HEX triplet: 39, 5E and 8E. RGB value is (57,94,142). Sum of RGB (Red+Green+Blue) = 57+94+142=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 142 (55.86% from 255 or 48.46% from 293); Max value from RGB is 142 - color contains mainly: blue. Hex color #395E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395E8E is #C6A171. Grayscale: #585858. Windows color (decimal): -13017458 or 9330233. OLE color: 9330233.

HSL color Cylindrical-coordinate representation of color #395E8E: hue angle of 213.88º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #395E8E is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5794142-
CMYK0.600.3400.44
HSL213.88º42.71%39.02%-
HSV(B)213.88º59.86%55.69%-
XYZ10.5710.8327.12-
YUV88.41158.24105.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.45%
GREEN value IS 94 (37.11% from 255) = 32.08%
BLUE value IS 142 (55.86% from 255) = 48.46%
R=19.45%
G=32.08%
B=48.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57941420.600.3400.44213.8842.7139.02
Hex395E8E3C2202Cd62b27
Octal7113621674420543265347
Binary111001101111010001110111100100010010110011010110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395E8E; }

 p { color: rgb(57,94,142); }

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

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

 a { background-color: rgb(57,94,142); }

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

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

 span { border-color: rgb(57,94,142); }

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