Html Css Color HEX #3A574C Spectra

📋 copy color: '#3A574C'

red 58 ◦ green 87 ◦ blue 76

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

Shades of Spectra #3A574C

Tints of Spectra #3A574C

RGB

 RED value IS 58 (23.05% from 255) = 26.24%

 GREEN value IS 87 (34.38% from 255) = 39.37%

 BLUE value IS 76 (30.08% from 255) = 34.39%

R = 26.24%
G = 39.37%
B = 34.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#3A574C (or 0x3A574C) is known color: Spectra. HEX triplet: 3A, 57 and 4C. RGB value is (58,87,76). Sum of RGB (Red+Green+Blue) = 58+87+76=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 87 - color contains mainly: green. Hex color #3A574C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A574C is #C5A8B3. Grayscale: #4D4D4D. Windows color (decimal): -12953780 or 5003066. OLE color: 5003066.

HSL color Cylindrical-coordinate representation of color #3A574C: hue angle of 157.24º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A574C is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 58 87 76 -
CMYK 0.33 0 0.13 0.66
HSL 157.24º 0.2% 0.28% -
HSV(B) 157.24º 0.33% 0.34% -
XYZ 6.46 8.24 8.09 -
YUV 77.08 127.39 114.39 -
System Red Green Blue C M Y K H S L
Decimal 58 87 76 0.33 0 0.13 0.66 157.24 0.2 0.28
Hex 3A 57 4C 21 0 D 42 9D 14 1C
Octal 72 127 114 41 0 15 102 235 24 34
Binary 111010 1010111 1001100 100001 0 1101 1000010 10011101 10100 11100

Color Harmonies of #3A574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A574C

Black with #3A574C

Text Example


Text Example

White with #3A574C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,87,76); }

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

background-color css

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

 a { background-color: rgb(58,87,76); }

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

border-color css

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

 span { border-color: rgb(58,87,76); }

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