Html Css Color HEX #3C5B54 Spectra

📋 copy color: '#3C5B54'

red 60 ◦ green 91 ◦ blue 84

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

Shades of Spectra #3C5B54

Tints of Spectra #3C5B54

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.72%

 BLUE value IS 84 (33.2% from 255) = 35.74%

R = 25.53%
G = 38.72%
B = 35.74%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#3C5B54 (or 0x3C5B54) is known color: Spectra. HEX triplet: 3C, 5B and 54. RGB value is (60,91,84). Sum of RGB (Red+Green+Blue) = 60+91+84=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 91 - color contains mainly: green. Hex color #3C5B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5B54 is #C3A4AB. Grayscale: #505050. Windows color (decimal): -12821676 or 5528380. OLE color: 5528380.

HSL color Cylindrical-coordinate representation of color #3C5B54: hue angle of 166.45º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3C5B54 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB 60 91 84 -
CMYK 0.34 0 0.08 0.64
HSL 166.45º 0.21% 0.3% -
HSV(B) 166.45º 0.34% 0.36% -
XYZ 7.2 9.08 9.76 -
YUV 80.93 129.73 113.07 -
System Red Green Blue C M Y K H S L
Decimal 60 91 84 0.34 0 0.08 0.64 166.45 0.21 0.3
Hex 3C 5B 54 22 0 8 40 A6 15 1E
Octal 74 133 124 42 0 10 100 246 25 36
Binary 111100 1011011 1010100 100010 0 1000 1000000 10100110 10101 11110

Color Harmonies of #3C5B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5B54

Black with #3C5B54

Text Example


Text Example

White with #3C5B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,91,84); }

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

background-color css

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

 a { background-color: rgb(60,91,84); }

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

border-color css

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

 span { border-color: rgb(60,91,84); }

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