#3B5951

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

Shades of Spectra #3B5951

Tints of Spectra #3B5951

Color information

#3B5951 (or 0x3B5951) is unknown color: approx Spectra. HEX triplet: 3B, 59 and 51. RGB value is (59,89,81). Sum of RGB (Red+Green+Blue) = 59+89+81=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #3B5951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5951 is #C4A6AE. Grayscale: #4F4F4F. Windows color (decimal): -12887727 or 5331259. OLE color: 5331259.

HSL color Cylindrical-coordinate representation of color #3B5951: hue angle of 164º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B5951 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB598981-
CMYK0.3400.090.65
HSL164º20.27%29.02%-
HSV(B)164º33.71%34.9%-
XYZ6.868.679.1-
YUV79.12129.06113.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.76%
GREEN value IS 89 (35.16% from 255) = 38.86%
BLUE value IS 81 (32.03% from 255) = 35.37%
R=25.76%
G=38.86%
B=35.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5989810.3400.090.6516420.2729.02
Hex3B5951220941a4141d
Octal73131121420111012442435
Binary11101110110011010001100010010011000001101001001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,89,81); }

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

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

 a { background-color: rgb(59,89,81); }

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

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

 span { border-color: rgb(59,89,81); }

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