#3A574F

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

Shades of Spectra #3A574F

Tints of Spectra #3A574F

Color information

#3A574F (or 0x3A574F) is unknown color: approx Spectra. HEX triplet: 3A, 57 and 4F. RGB value is (58,87,79). Sum of RGB (Red+Green+Blue) = 58+87+79=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 87 - color contains mainly: green. Hex color #3A574F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A574F is #C5A8B0. Grayscale: #4D4D4D. Windows color (decimal): -12953777 or 5199674. OLE color: 5199674.

HSL color Cylindrical-coordinate representation of color #3A574F: hue angle of 163.45º 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 #3A574F is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB588779-
CMYK0.3300.090.66
HSL163.45º20%28.43%-
HSV(B)163.45º33.33%34.12%-
XYZ6.568.288.65-
YUV77.42128.89114.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.89%
GREEN value IS 87 (34.38% from 255) = 38.84%
BLUE value IS 79 (31.25% from 255) = 35.27%
R=25.89%
G=38.84%
B=35.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5887790.3300.090.66163.452028.43
Hex3A574F210942a3141c
Octal72127117410111022432434
Binary11101010101111001111100001010011000010101000111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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