#3B636B

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

Shades of Smalt Blue #3B636B

Tints of Smalt Blue #3B636B

Color information

#3B636B (or 0x3B636B) is unknown color: approx Smalt Blue. HEX triplet: 3B, 63 and 6B. RGB value is (59,99,107). Sum of RGB (Red+Green+Blue) = 59+99+107=265 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.26% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 107 - color contains mainly: blue. Hex color #3B636B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B636B is #C49C94. Grayscale: #575757. Windows color (decimal): -12885141 or 7037755. OLE color: 7037755.

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

Color convert

RGB5999107-
CMYK0.450.0700.58
HSL190º28.92%32.55%-
HSV(B)190º44.86%41.96%-
XYZ8.9210.9215.55-
YUV87.95138.75107.35-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.26%
GREEN value IS 99 (39.06% from 255) = 37.36%
BLUE value IS 107 (42.19% from 255) = 40.38%
R=22.26%
G=37.36%
B=40.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59991070.450.0700.5819028.9232.55
Hex3B636B2D703Abe1d21
Octal731431535570722763541
Binary1110111100011110101110110111101110101011111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,99,107); }

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

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

 a { background-color: rgb(59,99,107); }

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

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

 span { border-color: rgb(59,99,107); }

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