#3D5851

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

Shades of Spectra #3D5851

Tints of Spectra #3D5851

Color information

#3D5851 (or 0x3D5851) is unknown color: approx Spectra. HEX triplet: 3D, 58 and 51. RGB value is (61,88,81). Sum of RGB (Red+Green+Blue) = 61+88+81=230 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.52% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 88 - color contains mainly: green. Hex color #3D5851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5851 is #C2A7AE. Grayscale: #4F4F4F. Windows color (decimal): -12756911 or 5331005. OLE color: 5331005.

HSL color Cylindrical-coordinate representation of color #3D5851: hue angle of 164.44º 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 #3D5851 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB618881-
CMYK0.3100.080.65
HSL164.44º18.12%29.22%-
HSV(B)164.44º30.68%34.51%-
XYZ6.98.579.07-
YUV79.13129.05115.07-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.52%
GREEN value IS 88 (34.77% from 255) = 38.26%
BLUE value IS 81 (32.03% from 255) = 35.22%
R=26.52%
G=38.26%
B=35.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6188810.3100.080.65164.4418.1229.22
Hex3D58511F0841a4121d
Octal75130121370101012442235
Binary1111011011000101000111111010001000001101001001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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