#3D584F

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

Shades of Spectra #3D584F

Tints of Spectra #3D584F

Color information

#3D584F (or 0x3D584F) is unknown color: approx Spectra. HEX triplet: 3D, 58 and 4F. RGB value is (61,88,79). Sum of RGB (Red+Green+Blue) = 61+88+79=228 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.75% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 88 - color contains mainly: green. Hex color #3D584F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D584F is #C2A7B0. Grayscale: #4E4E4E. Windows color (decimal): -12756913 or 5199933. OLE color: 5199933.

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

Color convert

RGB618879-
CMYK0.3100.100.65
HSL160º18.12%29.22%-
HSV(B)160º30.68%34.51%-
XYZ6.838.548.69-
YUV78.9128.05115.23-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.75%
GREEN value IS 88 (34.77% from 255) = 38.60%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=26.75%
G=38.60%
B=34.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6188790.3100.100.6516018.1229.22
Hex3D584F1F0A41a0121d
Octal75130117370121012402235
Binary1111011011000100111111111010101000001101000001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D584F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,88,79); }

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

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

 a { background-color: rgb(61,88,79); }

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

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

 span { border-color: rgb(61,88,79); }

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