#386168

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

Shades of Smalt Blue #386168

Tints of Smalt Blue #386168

Color information

#386168 (or 0x386168) is unknown color: approx Smalt Blue. HEX triplet: 38, 61 and 68. RGB value is (56,97,104). Sum of RGB (Red+Green+Blue) = 56+97+104=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 104 - color contains mainly: blue. Hex color #386168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386168 is #C79E97. Grayscale: #555555. Windows color (decimal): -13082264 or 6840632. OLE color: 6840632.

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

Color convert

RGB5697104-
CMYK0.460.0700.59
HSL188.75º30%31.37%-
HSV(B)188.75º46.15%40.78%-
XYZ8.410.3914.66-
YUV85.54138.42106.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.79%
GREEN value IS 97 (38.28% from 255) = 37.74%
BLUE value IS 104 (41.02% from 255) = 40.47%
R=21.79%
G=37.74%
B=40.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56971040.460.0700.59188.753031.37
Hex3861682E703Bbd1e1f
Octal701411505670732753637
Binary111000110000111010001011101110111011101111011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386168; }

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

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

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

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

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

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

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

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