Html Css Color HEX #3D5751 Spectra

📋 copy color: '#3D5751'

red 61 ◦ green 87 ◦ blue 81

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

Shades of Spectra #3D5751

Tints of Spectra #3D5751

RGB

 RED value IS 61 (24.22% from 255) = 26.64%

 GREEN value IS 87 (34.38% from 255) = 37.99%

 BLUE value IS 81 (32.03% from 255) = 35.37%

R = 26.64%
G = 37.99%
B = 35.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#3D5751 (or 0x3D5751) is known color: Spectra. HEX triplet: 3D, 57 and 51. RGB value is (61,87,81). Sum of RGB (Red+Green+Blue) = 61+87+81=229 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.64% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 87 - color contains mainly: green. Hex color #3D5751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5751 is #C2A8AE. Grayscale: #4E4E4E. Windows color (decimal): -12757167 or 5330749. OLE color: 5330749.

HSL color Cylindrical-coordinate representation of color #3D5751: hue angle of 166.15º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3D5751 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 61 87 81 -
CMYK 0.30 0 0.07 0.66
HSL 166.15º 0.18% 0.29% -
HSV(B) 166.15º 0.3% 0.34% -
XYZ 6.82 8.4 9.05 -
YUV 78.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 61 87 81 0.30 0 0.07 0.66 166.15 0.18 0.29
Hex 3D 57 51 1E 0 7 42 A6 12 1D
Octal 75 127 121 36 0 7 102 246 22 35
Binary 111101 1010111 1010001 11110 0 111 1000010 10100110 10010 11101

Color Harmonies of #3D5751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5751

Black with #3D5751

Text Example


Text Example

White with #3D5751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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