#396166

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

Shades of Smalt Blue #396166

Tints of Smalt Blue #396166

Color information

#396166 (or 0x396166) is unknown color: approx Smalt Blue. HEX triplet: 39, 61 and 66. RGB value is (57,97,102). Sum of RGB (Red+Green+Blue) = 57+97+102=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 102 - color contains mainly: blue. Hex color #396166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396166 is #C69E99. Grayscale: #555555. Windows color (decimal): -13016730 or 6709561. OLE color: 6709561.

HSL color Cylindrical-coordinate representation of color #396166: hue angle of 186.67º 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 #396166 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5797102-
CMYK0.440.0500.6
HSL186.67º28.3%31.18%-
HSV(B)186.67º44.12%40%-
XYZ8.3610.3814.13-
YUV85.61137.25107.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.27%
GREEN value IS 97 (38.28% from 255) = 37.89%
BLUE value IS 102 (40.23% from 255) = 39.84%
R=22.27%
G=37.89%
B=39.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal57971020.440.0500.6186.6728.331.18
Hex3961662C503Cbb1c1f
Octal711411465450742733437
Binary111001110000111001101011001010111100101110111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396166; }

 p { color: rgb(57,97,102); }

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

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

 a { background-color: rgb(57,97,102); }

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

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

 span { border-color: rgb(57,97,102); }

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