#3B5D52

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

Shades of Spectra #3B5D52

Tints of Spectra #3B5D52

Color information

#3B5D52 (or 0x3B5D52) is unknown color: approx Spectra. HEX triplet: 3B, 5D and 52. RGB value is (59,93,82). Sum of RGB (Red+Green+Blue) = 59+93+82=234 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.21% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 93 - color contains mainly: green. Hex color #3B5D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5D52 is #C4A2AD. Grayscale: #515151. Windows color (decimal): -12886702 or 5397819. OLE color: 5397819.

HSL color Cylindrical-coordinate representation of color #3B5D52: hue angle of 160.59º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B5D52 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB599382-
CMYK0.3700.120.64
HSL160.59º22.37%29.8%-
HSV(B)160.59º36.56%36.47%-
XYZ7.249.379.41-
YUV81.58128.24111.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.21%
GREEN value IS 93 (36.72% from 255) = 39.74%
BLUE value IS 82 (32.42% from 255) = 35.04%
R=25.21%
G=39.74%
B=35.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5993820.3700.120.64160.5922.3729.8
Hex3B5D52250C40a1161e
Octal73135122450141002412636
Binary11101110111011010010100101011001000000101000011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,93,82); }

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

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

 a { background-color: rgb(59,93,82); }

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

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

 span { border-color: rgb(59,93,82); }

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