#3B594F

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

Shades of Spectra #3B594F

Tints of Spectra #3B594F

Color information

#3B594F (or 0x3B594F) is unknown color: approx Spectra. HEX triplet: 3B, 59 and 4F. RGB value is (59,89,79). Sum of RGB (Red+Green+Blue) = 59+89+79=227 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.99% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 89 - color contains mainly: green. Hex color #3B594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B594F is #C4A6B0. Grayscale: #4E4E4E. Windows color (decimal): -12887729 or 5200187. OLE color: 5200187.

HSL color Cylindrical-coordinate representation of color #3B594F: hue angle of 160º 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 #3B594F is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB598979-
CMYK0.3400.110.65
HSL160º20.27%29.02%-
HSV(B)160º33.71%34.9%-
XYZ6.798.648.71-
YUV78.89128.06113.81-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.99%
GREEN value IS 89 (35.16% from 255) = 39.21%
BLUE value IS 79 (31.25% from 255) = 34.80%
R=25.99%
G=39.21%
B=34.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5989790.3400.110.6516020.2729.02
Hex3B594F220B41a0141d
Octal73131117420131012402435
Binary11101110110011001111100010010111000001101000001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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