Html Css Color HEX #3D584F Spectra

📋 copy color: '#3D584F'

red 61 ◦ green 88 ◦ blue 79

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

Shades of Spectra #3D584F

Tints of Spectra #3D584F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.6%

 BLUE value IS 79 (31.25% from 255) = 34.65%

R = 26.75%
G = 38.6%
B = 34.65%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#3D584F (or 0x3D584F) is known color: 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

RGB 61 88 79 -
CMYK 0.31 0 0.10 0.65
HSL 160º 0.18% 0.29% -
HSV(B) 160º 0.31% 0.35% -
XYZ 6.83 8.54 8.69 -
YUV 78.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 61 88 79 0.31 0 0.10 0.65 160 0.18 0.29
Hex 3D 58 4F 1F 0 A 41 A0 12 1D
Octal 75 130 117 37 0 12 101 240 22 35
Binary 111101 1011000 1001111 11111 0 1010 1000001 10100000 10010 11101

Color Harmonies of #3D584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D584F

Black with #3D584F

Text Example


Text Example

White with #3D584F

Text Example


Text Example

HTML Codes & Css Web 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>