#3B6051

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

Shades of Spectra #3B6051

Tints of Spectra #3B6051

Color information

#3B6051 (or 0x3B6051) is unknown color: approx Spectra. HEX triplet: 3B, 60 and 51. RGB value is (59,96,81). Sum of RGB (Red+Green+Blue) = 59+96+81=236 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 96 - color contains mainly: green. Hex color #3B6051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6051 is #C49FAE. Grayscale: #535353. Windows color (decimal): -12885935 or 5333051. OLE color: 5333051.

HSL color Cylindrical-coordinate representation of color #3B6051: hue angle of 155.68º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B6051 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB599681-
CMYK0.3900.160.62
HSL155.68º23.87%30.39%-
HSV(B)155.68º38.54%37.65%-
XYZ7.479.899.3-
YUV83.23126.74110.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25%
GREEN value IS 96 (37.89% from 255) = 40.68%
BLUE value IS 81 (32.03% from 255) = 34.32%
R=25%
G=40.68%
B=34.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5996810.3900.160.62155.6823.8730.39
Hex3B6051270103E9c181e
Octal7314012147020762343036
Binary11101111000001010001100111010000111110100111001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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