Html Css Color HEX #3A594D Spectra

📋 copy color: '#3A594D'

red 58 ◦ green 89 ◦ blue 77

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

Shades of Spectra #3A594D

Tints of Spectra #3A594D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.73%

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

R = 25.89%
G = 39.73%
B = 34.38%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#3A594D (or 0x3A594D) is known color: Spectra. HEX triplet: 3A, 59 and 4D. RGB value is (58,89,77). Sum of RGB (Red+Green+Blue) = 58+89+77=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 89 - color contains mainly: green. Hex color #3A594D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A594D is #C5A6B2. Grayscale: #4E4E4E. Windows color (decimal): -12953267 or 5069114. OLE color: 5069114.

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

Color convert

RGB 58 89 77 -
CMYK 0.35 0 0.13 0.65
HSL 156.77º 0.21% 0.29% -
HSV(B) 156.77º 0.35% 0.35% -
XYZ 6.66 8.58 8.33 -
YUV 78.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 58 89 77 0.35 0 0.13 0.65 156.77 0.21 0.29
Hex 3A 59 4D 23 0 D 41 9D 15 1D
Octal 72 131 115 43 0 15 101 235 25 35
Binary 111010 1011001 1001101 100011 0 1101 1000001 10011101 10101 11101

Color Harmonies of #3A594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A594D

Black with #3A594D

Text Example


Text Example

White with #3A594D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,89,77); }

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

background-color css

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

 a { background-color: rgb(58,89,77); }

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

border-color css

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

 span { border-color: rgb(58,89,77); }

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