#386064

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

Shades of Smalt Blue #386064

Tints of Smalt Blue #386064

Color information

#386064 (or 0x386064) is unknown color: approx Smalt Blue. HEX triplet: 38, 60 and 64. RGB value is (56,96,100). Sum of RGB (Red+Green+Blue) = 56+96+100=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 100 - color contains mainly: blue. Hex color #386064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386064 is #C79F9B. Grayscale: #545454. Windows color (decimal): -13082524 or 6578232. OLE color: 6578232.

HSL color Cylindrical-coordinate representation of color #386064: hue angle of 185.45º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #386064 is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5696100-
CMYK0.440.0400.61
HSL185.45º28.21%30.59%-
HSV(B)185.45º44%39.22%-
XYZ8.1110.1313.58-
YUV84.5136.75107.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.22%
GREEN value IS 96 (37.89% from 255) = 38.10%
BLUE value IS 100 (39.45% from 255) = 39.68%
R=22.22%
G=38.10%
B=39.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal56961000.440.0400.61185.4528.2130.59
Hex3860642C403Db91c1f
Octal701401445440752713437
Binary111000110000011001001011001000111101101110011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386064; }

 p { color: rgb(56,96,100); }

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

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

 a { background-color: rgb(56,96,100); }

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

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

 span { border-color: rgb(56,96,100); }

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