#3E5F63

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

Shades of Smalt Blue #3E5F63

Tints of Smalt Blue #3E5F63

Color information

#3E5F63 (or 0x3E5F63) is unknown color: approx Smalt Blue. HEX triplet: 3E, 5F and 63. RGB value is (62,95,99). Sum of RGB (Red+Green+Blue) = 62+95+99=256 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.22% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 99 - color contains mainly: blue. Hex color #3E5F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5F63 is #C1A09C. Grayscale: #555555. Windows color (decimal): -12689565 or 6512446. OLE color: 6512446.

HSL color Cylindrical-coordinate representation of color #3E5F63: hue angle of 186.49º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E5F63 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB629599-
CMYK0.370.0400.61
HSL186.49º22.98%31.57%-
HSV(B)186.49º37.37%38.82%-
XYZ8.3310.1113.32-
YUV85.59135.57111.17-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.22%
GREEN value IS 95 (37.5% from 255) = 37.11%
BLUE value IS 99 (39.06% from 255) = 38.67%
R=24.22%
G=37.11%
B=38.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6295990.370.0400.61186.4922.9831.57
Hex3E5F6325403Dba1720
Octal761371434540752722740
Binary1111101011111110001110010110001111011011101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E5F63; }

 p { color: rgb(62,95,99); }

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

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

 a { background-color: rgb(62,95,99); }

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

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

 span { border-color: rgb(62,95,99); }

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