#3A5D4F

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

Shades of Spectra #3A5D4F

Tints of Spectra #3A5D4F

Color information

#3A5D4F (or 0x3A5D4F) is unknown color: approx Spectra. HEX triplet: 3A, 5D and 4F. RGB value is (58,93,79). Sum of RGB (Red+Green+Blue) = 58+93+79=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 93 - color contains mainly: green. Hex color #3A5D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5D4F is #C5A2B0. Grayscale: #505050. Windows color (decimal): -12952241 or 5201210. OLE color: 5201210.

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

Color convert

RGB589379-
CMYK0.3800.150.64
HSL156º23.18%29.61%-
HSV(B)156º37.63%36.47%-
XYZ7.079.298.82-
YUV80.94126.9111.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.22%
GREEN value IS 93 (36.72% from 255) = 40.43%
BLUE value IS 79 (31.25% from 255) = 34.35%
R=25.22%
G=40.43%
B=34.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5893790.3800.150.6415623.1829.61
Hex3A5D4F260F409c171e
Octal72135117460171002342736
Binary11101010111011001111100110011111000000100111001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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