#3E606C

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

Shades of Smalt Blue #3E606C

Tints of Smalt Blue #3E606C

Color information

#3E606C (or 0x3E606C) is unknown color: approx Smalt Blue. HEX triplet: 3E, 60 and 6C. RGB value is (62,96,108). Sum of RGB (Red+Green+Blue) = 62+96+108=266 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.31% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 108 - color contains mainly: blue. Hex color #3E606C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E606C is #C19F93. Grayscale: #575757. Windows color (decimal): -12689300 or 7102526. OLE color: 7102526.

HSL color Cylindrical-coordinate representation of color #3E606C: hue angle of 195.65º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3E606C is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6296108-
CMYK0.430.1100.58
HSL195.65º27.06%33.33%-
HSV(B)195.65º42.59%42.35%-
XYZ8.8810.4715.74-
YUV87.2139.74110.02-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.31%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 108 (42.58% from 255) = 40.60%
R=23.31%
G=36.09%
B=40.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal62961080.430.1100.58195.6527.0633.33
Hex3E606C2BB03Ac41b21
Octal7614015453130723043341
Binary11111011000001101100101011101101110101100010011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,96,108); }

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

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

 a { background-color: rgb(62,96,108); }

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

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

 span { border-color: rgb(62,96,108); }

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