#386065

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

Shades of Smalt Blue #386065

Tints of Smalt Blue #386065

Color information

#386065 (or 0x386065) is unknown color: approx Smalt Blue. HEX triplet: 38, 60 and 65. RGB value is (56,96,101). Sum of RGB (Red+Green+Blue) = 56+96+101=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 101 - color contains mainly: blue. Hex color #386065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386065 is #C79F9A. Grayscale: #545454. Windows color (decimal): -13082523 or 6643768. OLE color: 6643768.

HSL color Cylindrical-coordinate representation of color #386065: hue angle of 186.67º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #386065 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5696101-
CMYK0.450.0500.60
HSL186.67º28.66%30.78%-
HSV(B)186.67º44.55%39.61%-
XYZ8.1610.1513.84-
YUV84.61137.25107.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.13%
GREEN value IS 96 (37.89% from 255) = 37.94%
BLUE value IS 101 (39.84% from 255) = 39.92%
R=22.13%
G=37.94%
B=39.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56961010.450.0500.60186.6728.6630.78
Hex3860652D503Cbb1d1f
Octal701401455550742733537
Binary111000110000011001011011011010111100101110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386065; }

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

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

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

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

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

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

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

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