#396168

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

Shades of Smalt Blue #396168

Tints of Smalt Blue #396168

Color information

#396168 (or 0x396168) is unknown color: approx Smalt Blue. HEX triplet: 39, 61 and 68. RGB value is (57,97,104). Sum of RGB (Red+Green+Blue) = 57+97+104=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 104 - color contains mainly: blue. Hex color #396168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396168 is #C69E97. Grayscale: #555555. Windows color (decimal): -13016728 or 6840633. OLE color: 6840633.

HSL color Cylindrical-coordinate representation of color #396168: hue angle of 188.94º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #396168 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5797104-
CMYK0.450.0700.59
HSL188.94º29.19%31.57%-
HSV(B)188.94º45.19%40.78%-
XYZ8.4610.4214.66-
YUV85.84138.25107.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.09%
GREEN value IS 97 (38.28% from 255) = 37.60%
BLUE value IS 104 (41.02% from 255) = 40.31%
R=22.09%
G=37.60%
B=40.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57971040.450.0700.59188.9429.1931.57
Hex3961682D703Bbd1d20
Octal711411505570732753540
Binary1110011100001110100010110111101110111011110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396168; }

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

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

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

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

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

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

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

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