#3C594E

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

Shades of Spectra #3C594E

Tints of Spectra #3C594E

Color information

#3C594E (or 0x3C594E) is unknown color: approx Spectra. HEX triplet: 3C, 59 and 4E. RGB value is (60,89,78). Sum of RGB (Red+Green+Blue) = 60+89+78=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 89 - color contains mainly: green. Hex color #3C594E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C594E is #C3A6B1. Grayscale: #4F4F4F. Windows color (decimal): -12822194 or 5134652. OLE color: 5134652.

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

Color convert

RGB608978-
CMYK0.3300.120.65
HSL157.24º19.46%29.22%-
HSV(B)157.24º32.58%34.9%-
XYZ6.818.668.52-
YUV79.07127.39114.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.43%
GREEN value IS 89 (35.16% from 255) = 39.21%
BLUE value IS 78 (30.86% from 255) = 34.36%
R=26.43%
G=39.21%
B=34.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6089780.3300.120.65157.2419.4629.22
Hex3C594E210C419d131d
Octal74131116410141012352335
Binary11110010110011001110100001011001000001100111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,89,78); }

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

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

 a { background-color: rgb(60,89,78); }

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

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

 span { border-color: rgb(60,89,78); }

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