#395E65

Color #395E65 Smalt Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt Blue #395E65

Tints of Smalt Blue #395E65

Color information

#395E65 (or 0x395E65) is unknown color: approx Smalt Blue. HEX triplet: 39, 5E and 65. RGB value is (57,94,101). Sum of RGB (Red+Green+Blue) = 57+94+101=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 101 - color contains mainly: blue. Hex color #395E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395E65 is #C6A19A. Grayscale: #535353. Windows color (decimal): -13017499 or 6643257. OLE color: 6643257.

HSL color Cylindrical-coordinate representation of color #395E65: hue angle of 189.55º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #395E65 is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5794101-
CMYK0.440.0700.60
HSL189.55º27.85%30.98%-
HSV(B)189.55º43.56%39.61%-
XYZ8.049.8113.78-
YUV83.74137.74108.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 94 (37.11% from 255) = 37.30%
BLUE value IS 101 (39.84% from 255) = 40.08%
R=22.62%
G=37.30%
B=40.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57941010.440.0700.60189.5527.8530.98
Hex395E652C703Cbe1c1f
Octal711361455470742763437
Binary111001101111011001011011001110111100101111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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