#3E6168

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

Shades of Smalt Blue #3E6168

Tints of Smalt Blue #3E6168

Color information

#3E6168 (or 0x3E6168) is unknown color: approx Smalt Blue. HEX triplet: 3E, 61 and 68. RGB value is (62,97,104). Sum of RGB (Red+Green+Blue) = 62+97+104=263 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.57% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 104 - color contains mainly: blue. Hex color #3E6168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6168 is #C19E97. Grayscale: #575757. Windows color (decimal): -12689048 or 6840638. OLE color: 6840638.

HSL color Cylindrical-coordinate representation of color #3E6168: hue angle of 190º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E6168 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6297104-
CMYK0.400.0700.59
HSL190º25.3%32.55%-
HSV(B)190º40.38%40.78%-
XYZ8.7610.5714.68-
YUV87.33137.4109.93-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.57%
GREEN value IS 97 (38.28% from 255) = 36.88%
BLUE value IS 104 (41.02% from 255) = 39.54%
R=23.57%
G=36.88%
B=39.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal62971040.400.0700.5919025.332.55
Hex3E616828703Bbe1921
Octal761411505070732763141
Binary1111101100001110100010100011101110111011111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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