Html Css Color HEX #3C564D Spectra

📋 copy color: '#3C564D'

red 60 ◦ green 86 ◦ blue 77

#3C564D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spectra #3C564D

Tints of Spectra #3C564D

RGB

 RED value IS 60 (23.83% from 255) = 26.91%

 GREEN value IS 86 (33.98% from 255) = 38.57%

 BLUE value IS 77 (30.47% from 255) = 34.53%

R = 26.91%
G = 38.57%
B = 34.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#3C564D (or 0x3C564D) is known color: Spectra. HEX triplet: 3C, 56 and 4D. RGB value is (60,86,77). Sum of RGB (Red+Green+Blue) = 60+86+77=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 86 - color contains mainly: green. Hex color #3C564D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C564D is #C3A9B2. Grayscale: #4D4D4D. Windows color (decimal): -12822963 or 5068348. OLE color: 5068348.

HSL color Cylindrical-coordinate representation of color #3C564D: hue angle of 159.23º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3C564D is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 60 86 77 -
CMYK 0.30 0 0.10 0.66
HSL 159.23º 0.18% 0.29% -
HSV(B) 159.23º 0.3% 0.34% -
XYZ 6.53 8.15 8.25 -
YUV 77.2 127.89 115.73 -
System Red Green Blue C M Y K H S L
Decimal 60 86 77 0.30 0 0.10 0.66 159.23 0.18 0.29
Hex 3C 56 4D 1E 0 A 42 9F 12 1D
Octal 74 126 115 36 0 12 102 237 22 35
Binary 111100 1010110 1001101 11110 0 1010 1000010 10011111 10010 11101

Color Harmonies of #3C564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C564D

Black with #3C564D

Text Example


Text Example

White with #3C564D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C564D;
 }
 .AnyTagClassName
 {
   color: #3C564D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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