#3C584D

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

Shades of Spectra #3C584D

Tints of Spectra #3C584D

Color information

#3C584D (or 0x3C584D) is unknown color: approx Spectra. HEX triplet: 3C, 58 and 4D. RGB value is (60,88,77). Sum of RGB (Red+Green+Blue) = 60+88+77=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #3C584D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C584D is #C3A7B2. Grayscale: #4E4E4E. Windows color (decimal): -12822451 or 5068860. OLE color: 5068860.

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

Color convert

RGB608877-
CMYK0.3200.120.65
HSL156.43º18.92%29.02%-
HSV(B)156.43º31.82%34.51%-
XYZ6.698.488.3-
YUV78.37127.22114.89-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.67%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 77 (30.47% from 255) = 34.22%
R=26.67%
G=39.11%
B=34.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6088770.3200.120.65156.4318.9229.02
Hex3C584D200C419c131d
Octal74130115400141012342335
Binary11110010110001001101100000011001000001100111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C584D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,88,77); }

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

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

 a { background-color: rgb(60,88,77); }

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

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

 span { border-color: rgb(60,88,77); }

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